Skip to content

Commit dff48e7

Browse files
Update sbt-scoverage to 2.3.1 (#1099)
1 parent 522f688 commit dff48e7

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.1")
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.3.0")
10+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
1111

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

0 commit comments

Comments
 (0)