Skip to content

Commit 7cfa8bd

Browse files
scala-stewardMateuszKubuszok
authored andcommitted
Update sbt-scoverage to 2.4.4
1 parent a0444ed commit 7cfa8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
33
// linters
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")
66
// cross-compile
77
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
88
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")

0 commit comments

Comments
 (0)