aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-08-09 11:25:07 -0700
committervlad <vlad@drivergrp.com>2016-08-09 11:25:07 -0700
commitea4b9e22c38c0d1740dc626b5133d667429c0f7f (patch)
tree61bba1af472c2c53cd8818d6c6fd123330ef922a /project
parent7d22d3adef1ddd4b54ca306140cdec72600458ab (diff)
downloaddriver-core-ea4b9e22c38c0d1740dc626b5133d667429c0f7f.tar.gz
driver-core-ea4b9e22c38c0d1740dc626b5133d667429c0f7f.tar.bz2
driver-core-ea4b9e22c38c0d1740dc626b5133d667429c0f7f.zip
Usage of the new plugin version with repository credentials
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt5
1 files changed, 4 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d8c77e4..c0f2bfd 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1 +1,4 @@
-addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.1.0")
+resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
+credentials += Credentials("Artifactory Realm", "drivergrp.jfrog.io", "sbt-publisher", "ANC-d8X-Whm-USS")
+
+addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.3.0")