From 2b9bc978c3cbd6a2cafc6316fe87d19c4c44281c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 20:13:39 +0000 Subject: [PATCH] Update sbt-scalafix, scalafix-core, ... to 0.14.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5cfeb4b..ad36aa6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")