diff --git a/project/plugins.sbt b/project/plugins.sbt index 0225b39..a9daeed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -23,7 +23,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.7") // http://github.com/wartremover/wartremover-contrib/ -addSbtPlugin("org.wartremover" % "sbt-wartremover-contrib" % "2.2.1") +addSbtPlugin("org.wartremover" % "sbt-wartremover-contrib" % "2.3.0") // http://github.com/danielnixon/extrawarts addSbtPlugin("org.danielnixon" % "sbt-extrawarts" % "1.0.3")