File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 - name : Setup Java
2525 uses : actions/setup-java@v3.4.1
2626 with :
27- distribution : corretto
27+ distribution : oracle
2828 java-version : 17
2929 check-latest : true
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
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
4949 - name : Setup Java
5050 uses : actions/setup-java@v3.4.1
5151 with :
52- distribution : corretto
52+ distribution : oracle
5353 java-version : ${{ matrix.java }}
5454 check-latest : true
5555 - name : Cache scala dependencies
You can’t perform that action at this time.
0 commit comments