From 12f8b37053d52d71f99a273e7e7db8eaa3015209 Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Fri, 17 Jan 2025 06:04:03 +0000 Subject: [PATCH] chore: Update sbt-scalafmt from 2.5.3 to 2.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7ccede18..4751dcff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.8.4") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") // sbt-git comes with quite old jgit version libraryDependencies ++= Seq(