From 4877bd7bd855266f113962f8b35df42cba94193a Mon Sep 17 00:00:00 2001 From: Robin Raju Date: Mon, 4 Aug 2025 06:37:36 +0000 Subject: [PATCH] Update sbt-scalafix 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 7322d53..387c181 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // scalafix - Rules for code format: organize imports -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") //Kamon addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.1.0")