We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b3d87 commit 5a45205Copy full SHA for 5a45205
project/plugins.sbt
@@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
2
3
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
4
5
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
6
7
ThisBuild / libraryDependencySchemes +=
8
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
0 commit comments