We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ea62c commit 8abc371Copy full SHA for 8abc371
1 file changed
.github/workflows/sbt_test.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Set up Scala (via Coursier)
54
uses: coursier/setup-action@v2
55
with:
56
- apps: scala@3.6.2
+ apps: scala:3.6.2
57
58
- name: Warm up scala
59
run: |
0 commit comments