(minor) preparing for external publish
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 2m18s

This commit is contained in:
Pat Garrity 2026-05-28 08:29:39 -05:00
parent ef090be2e1
commit 98a7aae9fd
Signed by: pfm
GPG key ID: 0DC16BCA24B270C4

View file

@ -32,3 +32,4 @@ externalResolvers := Seq(
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
addSbtPlugin("gs" % "sbt-garrity-software" % "0.7.0") addSbtPlugin("gs" % "sbt-garrity-software" % "0.7.0")
addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0") addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")