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 b3003a0 commit 3b3a406Copy full SHA for 3b3a406
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" % "1.9.3")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
6
7
ThisBuild / libraryDependencySchemes +=
8
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
0 commit comments