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 5618d85 commit b3003a0Copy full SHA for b3003a0
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.0.0")
4
5
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
6
7
ThisBuild / libraryDependencySchemes +=
8
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
0 commit comments