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

Commit cff4fde

Browse files
Update sbt-scoverage to 1.9.0 (#209)
1 parent 6ccbbb0 commit cff4fde

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
33
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
55
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
77
addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.5.0")

0 commit comments

Comments
 (0)