Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 812aa09 commit cbe46ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,5 +1,5 @@
// To publish
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
// https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9")

0 comments on commit cbe46ca

Please sign in to comment.