From 779d21a494d0ab59bb187d9eeed681d99d0ce8f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 14:20:26 +0000 Subject: [PATCH] :arrow_up: Update sbt-pgp to 2.3.1 --- project/sonatype.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sonatype.sbt b/project/sonatype.sbt index 53c7e6d..e66070b 100644 --- a/project/sonatype.sbt +++ b/project/sonatype.sbt @@ -1,4 +1,4 @@ // https://github.com/xerial/sbt-sonatype addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") // http://www.scala-sbt.org/sbt-pgp/ -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")