aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-08-18 16:30:35 -0700
committervlad <vlad@drivergrp.com>2016-08-18 16:30:35 -0700
commit9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d (patch)
tree125ec17c3789f23d87163b10104d0ea1a65f60ea /project
parent7a7e176fa4eb2515ccb7931ca8504635e0f17cca (diff)
downloaddriver-core-9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d.tar.gz
driver-core-9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d.tar.bz2
driver-core-9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d.zip
Using newer stable version of the sbt plugin
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt3
1 files changed, 1 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 90b90b9..06d6b93 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,4 @@
resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
-resolvers += "snapshots" at "https://drivergrp.jfrog.io/drivergrp/snapshots"
credentials += Credentials("Artifactory Realm", "drivergrp.jfrog.io", "sbt-publisher", "ANC-d8X-Whm-USS")
-addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.4.3-SNAPSHOT")
+addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.5.0")