From 09790201d0de13e5eb2039c854d44f4df3cdf888 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Feb 2020 02:31:13 +0100 Subject: [PATCH] Update sbt-wartremover to 2.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4360273..a3c0d58 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -19,7 +19,7 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0") // Code Quality addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // scalastyle -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.1") // Wartremover +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.4") // Wartremover // Code formatter addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")