From fc820de8bd22f828ddcfac79d1c8f9205375f7f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Feb 2022 10:05:53 +0100 Subject: [PATCH] Update sbt-wartremover, wartremover to 2.4.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fd17e8d..5d40b31 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.1.1" addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.13") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.17")