From 9e5f038a8a8d66fa461e684080cced77d481586b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 02:48:50 +0000 Subject: [PATCH] Update dependency scalameta/scalafmt to v3.11.2 --- .github/workflows/scala-steward.yml | 2 +- .scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index 07bc0c8..7da22e0 100644 --- a/.github/workflows/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -26,7 +26,7 @@ jobs: # Pin the sbt and scalafmt versions Scala Steward runs against to the # ones used in this repository. Kept in sync by Renovate. sbt-version: 1.12.13 - scalafmt-version: 3.11.1 + scalafmt-version: 3.11.2 github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }} github-app-installation-id: ${{ secrets.SCALA_STEWARD_APP_INSTALLATION_ID }} github-app-key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }} diff --git a/.scalafmt.conf b/.scalafmt.conf index b33b8fc..d039a18 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.11.1 +version = 3.11.2 runner.dialect=scala212 lineEndings=preserve