Skip to content

Commit b9ca5d6

Browse files
authored
Update sbt-scoverage to 1.7.2
1 parent 2d7b69d commit b9ca5d6

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
22
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
33
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.2")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
66
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20")
77
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")

0 commit comments

Comments
 (0)