aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04be2b1..a3d9eb4 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,9 @@ Provides common sbt configuration for sbt itself, Scala compiler, testing, linti
### project/plugins.sbt
resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
+ credentials += Credentials("Artifactory Realm", "drivergrp.jfrog.io", "sbt-publisher", "***REMOVED***")
- addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.2.0")
+ addSbtPlugin("com.drivergrp" % "sbt-settings" % "0.3.0")
### build.sbt