From 837b9055c0cc54223e4ba5c61d1fdad1d37e29df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Jun 2023 05:04:34 +0000 Subject: [PATCH] Update sbt-wartremover to 3.1.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cca57a..60bbe34 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" % "3.1.3") // The Play plugin, used for the play-sql module addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.4") \ No newline at end of file