Skip to content

Commit e43e8fc

Browse files
committed
Update to scoverage to 2.0.5
1 parent b7774c6 commit e43e8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.4")
14+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5")
1515

1616
// A workaround until sbt ecosystem migrate to scala-xml 2.x https://github.com/sbt/sbt/issues/6997
1717
ThisBuild / libraryDependencySchemes ++= Seq(

0 commit comments

Comments
 (0)