Skip to content

Commit 6fadfce

Browse files
authored
Merge pull request #2741 from exoego/scoverage-2.0.5
2 parents 9be27cb + e43e8fc commit 6fadfce

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)