From 787e1ca1ec12c4d3dcc7a3813ae8228c480a8a8d Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Fri, 31 Oct 2025 06:01:30 +0000 Subject: [PATCH] chore: Update sbt-scalafmt from 2.5.2 to 2.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a4a177e..20de4ee 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.6") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")