Skip to content

Commit ad4aad5

Browse files
authored
Merge pull request #737 from scala-steward/update/sbt-sonatype-3.9.3
Update sbt-sonatype to 3.9.3
2 parents f9710b2 + 4b623c0 commit ad4aad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies ++= {
1616
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1717
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
1818
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
19-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")
19+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.3")
2020

2121
{
2222
if (scalaJSVersion.startsWith("0."))

0 commit comments

Comments
 (0)