From eff2a937e51266b6e51f28b6d862a2c2c0d6298c Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sun, 10 Nov 2024 00:24:33 +0000 Subject: [PATCH] chore: update sbt-wartremover, wartremover from 3.2.3 to 3.2.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 886e928..1ef3b73 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.codecommit" %% "sbt-github-packages" % "0.5.3") -addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.3") +addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.4") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.25") addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5")