Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 3.11.1
version = 3.11.2
runner.dialect=scala212
lineEndings=preserve