aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
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/plugins.sbt
parent8d30baada3a9c25ef61ef80511f4b4f25799f0cb (diff)
downloaddriver-core-871e25f5e5ba23ca9202009d49fb38386558edd9.tar.gz
driver-core-871e25f5e5ba23ca9202009d49fb38386558edd9.tar.bz2
driver-core-871e25f5e5ba23ca9202009d49fb38386558edd9.zip
Remove artifactory credentials
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt3
1 files changed, 1 insertions, 2 deletions
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")