Skip to content

Commit

Permalink
Merge pull request #1458 from scala-steward/update/sbt-scoverage-1.8.1
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 1.8.1
  • Loading branch information
mergify[bot] authored May 19, 2021
2 parents 54df24b + c228a1c commit e8d5105
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 @@ -2,7 +2,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
Expand Down

0 comments on commit e8d5105

Please sign in to comment.