Skip to content

Commit 38ac044

Browse files
Update sbt-scoverage to 2.2.2 (#21)
Co-authored-by: Mateusz Kubuszok <[email protected]>
1 parent 42b1bb3 commit 38ac044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
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.4")
5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
66
// cross-compile
77
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
88
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")

0 commit comments

Comments
 (0)