Skip to content

Commit 80f9a1b

Browse files
committed
Update Scala versions for CI builds
1 parent e66e59b commit 80f9a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
java-version: 15
2727
- name: "2.13 Test"
2828
if: ${{ github.base_ref == 'main' }}
29-
run: sbt "++ 2.13.5 test"
29+
run: sbt "++ 2.13.6 test"
3030
- name: "2.12 Test"
3131
if: ${{ github.base_ref == 'main' }}
32-
run: sbt "++ 2.12.13 test"
32+
run: sbt "++ 2.12.14 test"
3333
- name: "2.11 Test"
3434
if: ${{ github.base_ref == '0.1.x' }}
3535
run: sbt "++ 2.11.12 test"

0 commit comments

Comments
 (0)