aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt3
3 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fc17a05..c31881d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,4 +6,6 @@ jdk:
scala:
- 2.12.3
-script: "sbt clean +test"
+script:
+ - echo 'credentials += Credentials("Artifactory Realm", "drivergrp.jfrog.io", "sbt-publisher", sys.env("ARTIFACTORY_PASSWORD"))' > project/credentials.sbt
+ - "sbt clean +test"
diff --git a/project/build.properties b/project/build.properties
index b7dd3cb..9abea12 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.0.2
+sbt.version=1.0.3
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 94ce7f7..1ef8b09 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,3 @@
resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
-credentials += Credentials("Artifactory Realm", "drivergrp.jfrog.io", "sbt-publisher", "ANC-d8X-Whm-USS")
-addSbtPlugin("xyz.driver" % "sbt-settings" % "1.0.1")
+addSbtPlugin("xyz.driver" % "sbt-settings" % "1.0.6")