From bb6b2caf867cbce7ee2891362e6a51aff8d512d0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 23:09:10 +0000 Subject: [PATCH] Update sbt-scalafix to 0.14.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b6c96ee..2013c53 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,4 +22,4 @@ addDependencyTreePlugin addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.7")