From 98a7aae9fd57c0cf6a9bd9122d7467cfbdfe9fc8 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Thu, 28 May 2026 08:29:39 -0500 Subject: [PATCH] (minor) preparing for external publish --- project/plugins.sbt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9691bc6..eb1acf9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -29,6 +29,7 @@ externalResolvers := Seq( "Garrity Software Releases" at "https://maven.garrity.co/gs" ) -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") -addSbtPlugin("gs" % "sbt-garrity-software" % "0.7.0") -addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") +addSbtPlugin("gs" % "sbt-garrity-software" % "0.7.0") +addSbtPlugin("gs" % "sbt-gs-semver" % "0.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")