From 3059896be24fcf3774abc54b795ffc12d0bcece5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jun 2019 07:49:39 +0200 Subject: [PATCH] Update sbt-wartremover to 2.4.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 907a331..2861a3a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,7 +21,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") // Removes warts like null -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.1") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.2") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.0")