Skip to content

Commit e897942

Browse files
Update sbt-scoverage to 2.2.2 (#1065)
1 parent a0d72e4 commit e897942

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.10.4")
88
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
99
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
10-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
10+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
1111

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

0 commit comments

Comments
 (0)