From 78af1697e054481c0612e19fcca851d33018177f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:16:22 +0200 Subject: [PATCH] Update dependency org.wartremover:sbt-wartremover to v3.2.3 (#145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index da1868e..7c7c8eb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // http://github.com/puffnfresh/wartremover -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.2") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.3") // http://github.com/wartremover/wartremover-contrib/ addSbtPlugin("org.wartremover" % "sbt-wartremover-contrib" % "2.1.1")