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