From 12717569456067264ef693b9fbdda4aa9f80ad24 Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Fri, 17 Jan 2025 06:01:47 +0000 Subject: [PATCH] chore: Update sbt-scalafmt from 2.5.2 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 a4a177e..3e04d6c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")