We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c21d7 commit 248c337Copy full SHA for 248c337
1 file changed
.github/workflows/_scala-steward-run.yml
@@ -43,7 +43,7 @@ jobs:
43
# requires Java 17+, which breaks the temurin:11 runner above. Renovate
44
# tracks this pin; a bump past 0.39.0 fails on first run until the
45
# runner is moved to JDK 17.
46
- scala-steward-version: 0.39.0
+ scala-steward-version: 0.39.1
47
# Pin the sbt and scalafmt versions Scala Steward runs against to the
48
# ones used in this repository. Kept in sync by Renovate.
49
sbt-version: 1.12.13
@@ -57,7 +57,7 @@ jobs:
57
uses: scala-steward-org/scala-steward-action@v2.92.0
58
with:
59
# Kept in sync with the LIVE invocation above (Renovate).
60
61
62
scalafmt-version: 3.11.3
63
# No github-app-* inputs: the action falls back to the default
0 commit comments