From 5e8feefc4f331dbf6f9ba918e1ad6309ae65253e Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sun, 14 May 2023 00:18:55 +0000 Subject: [PATCH] chore: update sbt-wartremover, wartremover from 3.1.1 to 3.1.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f2dc5df0..203e692f 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.1.1") +addSbtPlugin("org.wartremover" %% "sbt-wartremover" % "3.1.2") addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.disneystreaming.smithy4s" %% "smithy4s-sbt-codegen" % "0.17.6") addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.8.19")