Skip to content

Commit 514cd12

Browse files
authored
Merge pull request #115 from jozanek/update-scala-github-actions
Update scala version in github actions
2 parents 651454b + 2b88170 commit 514cd12

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
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
scala: [3.3.5, 2.13.13, 2.12.20, 2.11.12]
24+
scala: [3.3.5, 2.13.16, 2.12.20, 2.11.12]
2525
java: [adopt@1.8]
2626
runs-on: ${{ matrix.os }}
2727
steps:
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [ubuntu-latest]
67-
scala: [3.3.5, 2.13.13]
67+
scala: [3.3.5, 2.13.16]
6868
java: [adopt@1.8]
6969
node-version: [16.x]
7070
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)