From bf218e0a18eed5cee221ef668f0c6f017eaa77bc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Oct 2025 12:59:20 +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 d9d7978..316f845 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")