From 094039d14364c76484d2555f26dfc9d21c39c05f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Feb 2026 22:26:50 +0000 Subject: [PATCH] Update sbt-scalafix to 0.14.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aa440e9..edd4932 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")