Skip to content

Commit 773ba4f

Browse files
authored
Merge pull request #50 from sfxcode/update/sbt-scoverage-1.7.0
Update sbt-scoverage to 1.7.0
2 parents 172a3cf + 7515e49 commit 773ba4f

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)