Skip to content

Commit c0dd6e1

Browse files
Update sbt-scoverage to 2.4.4 (#980)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
1 parent 2867f15 commit c0dd6e1

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
@@ -11,6 +11,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
1212
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.10")
1313
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
14-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")
14+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
1515

1616
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "3.0.1"

0 commit comments

Comments
 (0)