Skip to content

Commit aee8790

Browse files
authored
Merge pull request #588 from innFactory/update/sbt-scoverage-2.0.12
chore: update sbt-scoverage from 2.0.11 to 2.0.12
2 parents b3d612b + 8e17889 commit aee8790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.2.0")
1313

1414
// The Play plugin
1515
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.2")
16-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
16+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
1717
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
1818

1919
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 commit comments

Comments
 (0)