We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9be27cb + e43e8fc commit 6fadfceCopy full SHA for 6fadfce
project/plugins.sbt
@@ -11,7 +11,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
11
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
12
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
13
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
14
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.4")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5")
15
16
// A workaround until sbt ecosystem migrate to scala-xml 2.x https://github.com/sbt/sbt/issues/6997
17
ThisBuild / libraryDependencySchemes ++= Seq(
0 commit comments