From c48a1bfc811b86d656711c957b29d98da36041df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Oct 2025 17:39:27 +0000 Subject: [PATCH] Update sbt-scalafix to 0.14.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 11bc380..50e68b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")