10 lines
424 B
Scala
10 lines
424 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" % "sbt-garrity-software" % "0.2.0")
|
|
addSbtPlugin("gs" % "sbt-gs-semver" % "0.2.0")
|