From 9f59ad58b68802c2ffaa0c14d33cabb732dd54bc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 1 Jul 2025 00:27:19 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.5 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 047899e..a5181a4 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,5 +1,5 @@ val sbtCiReleaseVersion = "1.11.1" -val sbtScalafmtVersion = "2.5.4" +val sbtScalafmtVersion = "2.5.5" lazy val root = project .in(file("."))