From 9a9aa7b5a7af6c87e784ff25f490a1f7ed6dd649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 23:38:13 +0000 Subject: [PATCH] chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b19ad94..f0bd105 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") // Lintをするためのプラグイン addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4") // Formatをするためのプラグイン -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")