Skip to content

Commit 4e044d7

Browse files
authored
Merge pull request #304 from mkurz/sbt-sonatype_3.11.3
sbt-sonatype 3.11.3
2 parents b4fba53 + 883e776 commit 4e044d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ lazy val plugin = project
2828
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1"),
2929
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1"),
3030
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1"),
31-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
31+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
3232
)

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ unmanagedSourceDirectories.in(Compile) +=
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.2.1")
7-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
7+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")

0 commit comments

Comments
 (0)