Skip to content

Commit 4275274

Browse files
Update sbt-scoverage to 2.0.10 (twitter#1162)
1 parent 77708ca commit 4275274

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
@@ -9,7 +9,7 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
1111
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
12-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
12+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
1313
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1414
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
1515
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)