Skip to content

Commit 413386b

Browse files
committed
Update sbt-sonatype to 3.10.0
1 parent dcab335 commit 413386b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// sbt-scoverage upgraded to scala-xml 2.1.0, but other sbt-plugins and Scala compilier 2.12 uses scala-xml 1.x.x
33
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
44

5-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
5+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
66
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
77
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
88
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 commit comments

Comments
 (0)