Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 2ac3700

Browse files
Update sbt-scoverage to 1.8.2 (#389)
Co-authored-by: Salar Rahmanian <[email protected]>
1 parent e01d38e commit 2ac3700

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
22
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.3")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
55
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21")
66
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8")
77
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")

0 commit comments

Comments
 (0)