Skip to content

Commit b5db8e4

Browse files
authored
Update sbt-sonatype to 3.11.2 (#519)
1 parent f280aed commit b5db8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
22

33
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
4-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")
4+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
66
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.6")
77
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")

0 commit comments

Comments
 (0)