We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54629f commit 4e61f64Copy full SHA for 4e61f64
2 files changed
.github/workflows/scala-steward.yml
@@ -30,7 +30,7 @@ jobs:
30
# Pin the sbt and scalafmt versions Scala Steward runs against to the
31
# ones used in this repository. Kept in sync by Renovate.
32
sbt-version: 1.12.13
33
- scalafmt-version: 3.11.2
+ scalafmt-version: 3.11.3
34
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
35
github-app-installation-id: ${{ secrets.SCALA_STEWARD_APP_INSTALLATION_ID }}
36
github-app-key: ${{ secrets.SCALA_STEWARD_APP_PRIVATE_KEY }}
.scalafmt.conf
@@ -1,3 +1,3 @@
1
-version = 3.11.2
+version = 3.11.3
2
runner.dialect=scala212source3
3
lineEndings=preserve
0 commit comments