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 a9c569c commit 4576e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ lazy val plugin = project
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test,
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0"),
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"),
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"),
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Compile / unmanagedSourceDirectories +=
"plugin" / "src" / "main" / "scala-2.12"
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 4576e37

Please sign in to comment.