From 48d5674fface441ceae67b64c88dcaf14a43aaa1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 14:46:26 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 3.1.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ac8a1a86c..e1e3ddd21 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,7 +13,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.7") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.8") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") ThisBuild / libraryDependencySchemes +=