From 7e53e0b9836369290cd1def6022d9880a4903bc4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 May 2025 14:34:37 +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 ef18a84f..9e2458ae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") libraryDependencies ++= Seq( "org.apache.avro" % "avro-compiler" % "1.8.2",