From bb75c231d62a75d91e9d7300b96df1faddd197a7 Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Sun, 5 Jan 2025 06:06:59 +0000 Subject: [PATCH] chore: Update sbt-scalafix from 0.12.1 to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f9a6cf78..aab78f84 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")