From b1db5c017e2d2d7ac9f87a9fcf2a1674274879b6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 14:50:45 +0000 Subject: [PATCH] Upgrade sbt-pgp from 2.2.1 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 6d202ef..9f1749c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") // https://github.com/sbt/sbt-pgp/releases -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") //https://github.com/scalacenter/scalafix addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")