From af5bfcd13c35769824c043632db8bac07589a81b Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 3 Mar 2023 02:00:09 +0000 Subject: [PATCH] chore: update sbt-wartremover, wartremover from 3.0.9 to 3.0.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 550e7ac5..0fb9d172 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.0.9") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.0.11") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.17.2") addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")