From 00872a4da1d82aaf5a5bbf4d08b4adfcd878ae2d Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Fri, 12 Jan 2024 22:40:10 -0600 Subject: [PATCH] Updated plugin version to use the correct release target. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 021c50e..96d399c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ externalResolvers := Seq( ) 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")