Skip to content

Commit 7515e49

Browse files
Update sbt-scoverage to 1.7.0
1 parent 172a3cf commit 7515e49

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
@@ -2,7 +2,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
66

77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
88

0 commit comments

Comments
 (0)