Skip to content

Commit

Permalink
Merge pull request #332 from usommerl/update/sbt-scoverage-2.0.4
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.0.4
  • Loading branch information
mergify[bot] authored Sep 21, 2022
2 parents e7cb2d5 + 2626558 commit 46f97aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.4")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.9.0")

0 comments on commit 46f97aa

Please sign in to comment.