Skip to content

Commit a2c12e6

Browse files
scala-stewardmdedetrich
authored andcommitted
Update sbt-scoverage to 2.4.0
1 parent 80ee152 commit a2c12e6

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
@@ -3,7 +3,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.
33
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
6-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
6+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
77
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
88
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
99
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")

0 commit comments

Comments
 (0)