From 43142153f5fa77067d1683a9f097d9f129ce5689 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Nov 2022 16:12:29 +0000 Subject: [PATCH] Update sbt-pgp to 2.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 427e35f..6bcdc24 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,6 +5,6 @@ libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0" addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1032048a") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")