From 871e25f5e5ba23ca9202009d49fb38386558edd9 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 18 Nov 2017 17:22:46 -0800 Subject: Remove artifactory credentials --- project/build.properties | 2 +- project/plugins.sbt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'project') 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") -- cgit v1.2.3