From bf136dee7d722c0c4f167cb250321038ceb6019d Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 11 Apr 2023 00:18:42 +0000 Subject: [PATCH] chore: update sbt-wartremover, wartremover from 3.0.14 to 3.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 00195549..f4ec9967 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.14") +addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.1.0") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.5") addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.19")