From b23753a3d97e3e50cad4355e14f3a11999a8284c Mon Sep 17 00:00:00 2001 From: vlad Date: Tue, 9 Aug 2016 11:23:14 -0700 Subject: Publish Maven style = true for successful plugin resolution + Version 0.3.0 release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3