Skip to content

Commit

Permalink
Update sbt-pgp to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 6, 2024
1 parent 154bc8f commit 4e5080a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

addSbtPlugin("io.7mind.izumi.sbt" % "sbt-izumi" % "0.0.101")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % PV.sbt_pgp)
addSbtPlugin("com.github.sbt" % "sbt-pgp" % PV.sbt_pgp)

addSbtPlugin("org.scoverage" % "sbt-scoverage" % PV.sbt_scoverage)

Expand Down
2 changes: 1 addition & 1 deletion project/project/PluginVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

object PV {
val sbt_scoverage = "2.0.12"
val sbt_pgp = "2.1.1"
val sbt_pgp = "2.3.0"

val sbt_mima_version = "1.1.0"

Expand Down

0 comments on commit 4e5080a

Please sign in to comment.