Skip to content

Commit c4b9647

Browse files
committed
bump to scala3
1 parent 87d459c commit c4b9647

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sbt_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
# uses: coursier/setup-action@v2
5555
# with:
5656
# apps: scala:3.6.2
57-
57+
5858
- name: Set up Scala
5959
run: |
6060
if [[ "${{ matrix.config.os }}" =~ ^macos.*$ ]]; then
61-
brew install scala
61+
brew install scala3
6262
else
6363
sudo apt-get update
64-
sudo apt-get install -y scala
64+
sudo apt-get install -y scala3
6565
fi
6666
6767
- name: Warm up scala

0 commit comments

Comments
 (0)