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