gs-uuid/project/plugins.sbt
Pat Garrity 22636ad013
All checks were successful
/ test (push) Successful in 1m40s
Dependency version updates.
2024-03-16 21:55:22 -05:00

10 lines
425 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.11")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.2.0")
addSbtPlugin("gs" % "sbt-gs-semver" % "0.2.0")