Updated plugin version to use the correct release target.
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
Pat Garrity 2024-01-12 22:40:10 -06:00
parent 0f09c54c64
commit 00872a4da1
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -6,5 +6,5 @@ externalResolvers := Seq(
) )
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.1.0") addSbtPlugin("gs" % "sbt-garrity-software" % "0.2.0")
addSbtPlugin("gs" % "sbt-gs-semver" % "0.2.0") addSbtPlugin("gs" % "sbt-gs-semver" % "0.2.0")