From 4ea2ad1efe6ea3479ec5905591a2e893df42e348 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Tue, 20 Jan 2026 20:28:48 -0500 Subject: [PATCH] sbt-wartremover 3.5.3 :surfer: --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c2bdd7a..b8bea1d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.4.1") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.3") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")