From d1083b2bf2681cc9d523a3d6a1e96e60015f518d Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Mon, 21 Nov 2022 00:19:54 +0000 Subject: [PATCH] chore: update sbt-wartremover, wartremover from 3.0.6 to 3.0.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 39649061..1d0ccc15 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.6") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.0.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.16.8") addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.18")