We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4fba53 + 883e776 commit 4e044d7Copy full SHA for 4e044d7
build.sbt
@@ -28,5 +28,5 @@ lazy val plugin = project
28
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1"),
29
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1"),
30
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1"),
31
- addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
+ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
32
)
project/plugins.sbt
@@ -4,4 +4,4 @@ unmanagedSourceDirectories.in(Compile) +=
4
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
5
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
6
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
7
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
0 commit comments