We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3507f5c commit 6f5a4baCopy full SHA for 6f5a4ba
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.11.2")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
6
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
7
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
8
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
0 commit comments