aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2017-11-18 17:22:46 -0800
committerJakob Odersky <jakob@driver.xyz>2017-11-20 00:07:42 -0800
commit871e25f5e5ba23ca9202009d49fb38386558edd9 (patch)
tree69b3bc107e1f84d933175045fed168e1c523d36f /project
parent8d30baada3a9c25ef61ef80511f4b4f25799f0cb (diff)
downloaddriver-core-871e25f5e5ba23ca9202009d49fb38386558edd9.tar.gz
driver-core-871e25f5e5ba23ca9202009d49fb38386558edd9.tar.bz2
driver-core-871e25f5e5ba23ca9202009d49fb38386558edd9.zip
Remove artifactory credentials
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt3
2 files changed, 2 insertions, 3 deletions
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")