diff --git a/build.sbt b/build.sbt index dd5d446..4810a31 100644 --- a/build.sbt +++ b/build.sbt @@ -101,8 +101,8 @@ lazy val publishSettings = Seq( publishTo := { val repo = "https://maven.garrity.co/" if (SelectedVersion.endsWith("SNAPSHOT")) - Some("snapshots" at repo + "snapshots") - else Some("releases" at repo + "releases") + Some("Garrity Software Maven" at repo + "snapshots") + else Some("Garrity Software Maven" at repo + "releases") } ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 604b256..2c1199a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1,3 @@ +credentials += Credentials(Path.userHome / ".sbt" / ".credentials") + addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")