We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d459c commit c4b9647Copy full SHA for c4b9647
1 file changed
.github/workflows/sbt_test.yml
@@ -54,14 +54,14 @@ jobs:
54
# uses: coursier/setup-action@v2
55
# with:
56
# apps: scala:3.6.2
57
-
+
58
- name: Set up Scala
59
run: |
60
if [[ "${{ matrix.config.os }}" =~ ^macos.*$ ]]; then
61
- brew install scala
+ brew install scala3
62
else
63
sudo apt-get update
64
- sudo apt-get install -y scala
+ sudo apt-get install -y scala3
65
fi
66
67
- name: Warm up scala
0 commit comments