Skip to content

Commit fdf3e43

Browse files
Update sbt-scoverage to 2.4.2 in specs2-4.x-maintenance (#1451)
1 parent bc2b7b1 commit fdf3e43

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
@@ -8,7 +8,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
88
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
99
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")
1010
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
11-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
11+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
1212
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
1313
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
1414
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")

0 commit comments

Comments
 (0)