Skip to content

Commit be23dff

Browse files
committed
Upgrade CI env
1 parent f8722da commit be23dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Cache scala dependencies
3131
uses: coursier/cache-action@v6
3232
- name: Lint code
33-
run: sbt ++3.2.0 check
33+
run: sbt ++3.2.1 check
3434

3535
test:
3636
runs-on: ubuntu-20.04
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
java: ['8', '11', '17']
42-
scala: ['3.2.0']
42+
scala: ['3.2.1']
4343
platform: ['JVM', 'JS']
4444
steps:
4545
- name: Checkout current branch

0 commit comments

Comments
 (0)