Skip to content

Commit e067ea8

Browse files
scala-stewardregadas
authored andcommitted
Update sbt-scoverage to 1.8.2
1 parent 9b19e3a commit e067ea8

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
@@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
22
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
33
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
44
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
77
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")
88
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")

0 commit comments

Comments
 (0)