Skip to content

Commit

Permalink
Merge pull request #634 from scala-steward/update/sbt-scoverage-1.8.0
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 1.8.0
  • Loading branch information
sh0hei authored May 10, 2021
2 parents e33d387 + 25a2844 commit bcac05d
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
@@ -1,5 +1,5 @@
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
Expand Down

0 comments on commit bcac05d

Please sign in to comment.