9 lines
359 B
Scala
9 lines
359 B
Scala
credentials += Credentials(Path.userHome / ".sbt" / ".credentials")
|
|
|
|
externalResolvers := Seq(
|
|
"Garrity Software Mirror" at "https://maven.garrity.co/releases",
|
|
"Garrity Software Releases" at "https://maven.garrity.co/gs"
|
|
)
|
|
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
|
|
addSbtPlugin("gs" % "gs-semver-sbt-plugin" % "0.1.1")
|