Skip to content

Commit e88a672

Browse files
Update sbt-scoverage to 2.4.2 (#1169)
1 parent a56dbed commit e88a672

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
@@ -7,7 +7,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" %
77
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4")
88
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
99
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
10-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
10+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
1111

1212
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.11.601"
1313

0 commit comments

Comments
 (0)