Skip to content

Commit

Permalink
Update sbt-pgp to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 11, 2024
1 parent 2f91adb commit cb1acdb
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 @@ -19,7 +19,7 @@ addSbtPlugin("io.7mind.izumi.sbt" % "sbt-izumi" % "0.0.104")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % PV.sbt_assembly)

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 @@ -8,6 +8,6 @@ object PV {
val sbt_site = "1.7.0"
val sbt_unidoc = "0.5.0"
val sbt_scoverage = "2.2.0"
val sbt_pgp = "2.1.1"
val sbt_pgp = "2.3.1"
val sbt_assembly = "0.14.9"
}

0 comments on commit cb1acdb

Please sign in to comment.