From f6adc8632795fc42154bfb15d24c4245d5691846 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Apr 2022 08:28:47 +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 9c311d2..0799baf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -23,7 +23,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // scalastyl // addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.3.3") // scapegoat -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.2") // Wartremover +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.20") // Wartremover // Code formatter addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")