From f2cb0deda9127944dbdb2f6a693053ca3849edad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Aug 2026 20:47:10 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3f1d3f1..e09cc08 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.7.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.7")