From f8173993da045142da6b09c93efc7096441670b8 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:42:42 +0000 Subject: [PATCH] Update sbt-pgp to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1a7c4024..8a0befbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")