gs-uuid/project/plugins.sbt
Pat Garrity 0f09c54c64
All checks were successful
/ test (push) Successful in 4s
Updating to use the GS plugins.
2024-01-12 22:36:25 -06:00

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.1.0")
addSbtPlugin("gs" % "sbt-gs-semver" % "0.2.0")