Skip to content

Commit fca62fe

Browse files
Update sbt-scoverage to 2.4.1 in specs2-cross (#1450)
1 parent 98e3743 commit fca62fe

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("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
1010
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1111
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.9.0")
1212
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
13-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
13+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
1414
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
1515
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
1616
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")

0 commit comments

Comments
 (0)