diff --git a/project/plugins.sbt b/project/plugins.sbt index 48e073ef1..7500ca830 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.3") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")