Skip to content

Commit 1e8ba3e

Browse files
Update sbt-scoverage to 1.9.2 (twitter#1024)
1 parent 6b80ea2 commit 1e8ba3e

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
@@ -10,7 +10,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
1111
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")
1212
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
13-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")
13+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
1414
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1515
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
1616
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 commit comments

Comments
 (0)