From 5cb593148808f81d87950c5a9859d7f7b3f4946b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Apr 2022 08:54:22 +0200 Subject: [PATCH] Update sbt-wartremover, wartremover to 2.4.20 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cca57a..b8246f5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.5") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.20") // The Play plugin, used for the play-sql module addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.4") \ No newline at end of file