We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66e59b commit 80f9a1bCopy full SHA for 80f9a1b
.github/workflows/test.yml
@@ -26,10 +26,10 @@ jobs:
26
java-version: 15
27
- name: "2.13 Test"
28
if: ${{ github.base_ref == 'main' }}
29
- run: sbt "++ 2.13.5 test"
+ run: sbt "++ 2.13.6 test"
30
- name: "2.12 Test"
31
32
- run: sbt "++ 2.12.13 test"
+ run: sbt "++ 2.12.14 test"
33
- name: "2.11 Test"
34
if: ${{ github.base_ref == '0.1.x' }}
35
run: sbt "++ 2.11.12 test"
0 commit comments