Skip to content

Commit 41c38b5

Browse files
author
Francesco Pellegrini
authored
bump sbt-scoverage plugin to 1.7.0 (#264)
1 parent 3b54e2d commit 41c38b5

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,5 +1,5 @@
11
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
33
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
55
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17")

0 commit comments

Comments
 (0)