Skip to content

Commit 6f148f6

Browse files
committed
Update SBT publishing plugins
1 parent 992e38d commit 6f148f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

project/sbt-sonatype.sbt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
// @formatter:off
2+
//
13
// [https://github.com/xerial/sbt-sonatype]
2-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
3-
4+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
45
// [https://github.com/sbt/sbt-pgp]
5-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
6+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 commit comments

Comments
 (0)