Skip to content

Commit f4df8ba

Browse files
committed
Update sbt-sonatype to 3.12.0
1 parent 4a500c0 commit f4df8ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ lazy val plugin = project
3737
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1"),
3838
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1"),
3939
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"),
40-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
40+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0")
4141
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Compile / unmanagedSourceDirectories +=
44
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
55
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
66
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
7-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
7+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0")

0 commit comments

Comments
 (0)