From b29c07fd4a67e54d432fc996c51e299eb1b2d091 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Oct 2025 15:59:01 +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 3c92def..84aaa20 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")