Skip to content

Commit 94f0287

Browse files
authored
Merge pull request #1742 from scalacenter/update/sbt-scoverage-2.0.7
Update sbt-scoverage to 2.0.7
2 parents 1b31339 + 3413ea0 commit 94f0287

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
@@ -3,7 +3,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
33
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")
44
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0")
55
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
6-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
6+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
77
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
88
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
99

0 commit comments

Comments
 (0)