From c96ec6f9e5fba3358253e85f5ebe187b66587df8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Oct 2022 03:40:02 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 2.4.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6f47854..8188cff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.20") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.21")