Skip to content

Commit d1a4693

Browse files
Update sbt-scoverage to 1.9.1 (#2271)
1 parent 4a2fab9 commit d1a4693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
1010
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1212
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
13-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
13+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")
1414

1515
// This is only here so that Scala Steward updates the version in sbt/package.scala too.
1616
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")

0 commit comments

Comments
 (0)