diff --git a/project/plugins.sbt b/project/plugins.sbt index 276ec3e6..ef861666 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -32,7 +32,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // Test Coverage plugin. // sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library. // See more: https://github.com/scoverage/sbt-scoverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") // Java Checkstyle plugin. // See more: https://github.com/etsy/sbt-checkstyle-plugin