From b119b37477fa6d75105f158e6aee98951ea5fc35 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:14:26 +0000 Subject: [PATCH] Upgrade sbt-pgp from 2.3.0 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 9c39303..e0a562c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,5 +26,5 @@ libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")