We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcab335 commit 413386bCopy full SHA for 413386b
project/plugin.sbt
@@ -2,7 +2,7 @@
2
// sbt-scoverage upgraded to scala-xml 2.1.0, but other sbt-plugins and Scala compilier 2.12 uses scala-xml 1.x.x
3
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
4
5
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
6
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
7
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
8
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
0 commit comments