aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-08-09 16:05:22 -0700
committervlad <vlad@drivergrp.com>2016-08-09 16:05:22 -0700
commit1d269a78d9048499c31d024b7d75d919a1256b5d (patch)
treeb9de16f6fac4c56f437ba6e93503477177a8560b /project
parentea4b9e22c38c0d1740dc626b5133d667429c0f7f (diff)
downloaddriver-core-1d269a78d9048499c31d024b7d75d919a1256b5d.tar.gz
driver-core-1d269a78d9048499c31d024b7d75d919a1256b5d.tar.bz2
driver-core-1d269a78d9048499c31d024b7d75d919a1256b5d.zip
Usage of the newest sbt plugin version
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c0f2bfd..db26b48 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,5 @@
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.3.0")
+addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.4.1-SNAPSHOT")