From c97cb1ccad528f6cdf4a4aef1b7d3c9c0d71e7d8 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sat, 7 Sep 2024 00:23:01 +0000 Subject: [PATCH] chore: update sbt-wartremover, wartremover from 3.2.0 to 3.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ea0979..8aec762 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.0") +addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.2.1") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.18.23") addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5")