Skip to content

Commit 317ebdc

Browse files
authored
Merge pull request #2737 from exoego/update/sbt-scoverage-2.0.4
Update sbt-scoverage to 2.0.4
2 parents 3a63945 + e69051c commit 317ebdc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

project/plugins.sbt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1212
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
1313
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
14-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
14+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.4")
15+
16+
// A workaround until sbt ecosystem migrate to scala-xml 2.x https://github.com/sbt/sbt/issues/6997
17+
ThisBuild / libraryDependencySchemes ++= Seq(
18+
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
19+
)

0 commit comments

Comments
 (0)