File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 distribution : temurin
3232 cache : sbt
3333 - uses : sbt/setup-sbt@v1
34- - run : sbt '++2.12.19 ; docs/mdoc'
34+ - run : sbt '++2.12.20 ; docs/mdoc'
3535 test-windows :
3636 name : " Windows"
3737 runs-on : windows-latest
8383 distribution : temurin
8484 cache : sbt
8585 - uses : sbt/setup-sbt@v1
86- - run : sbt '++2.13.16 test'
86+ - run : sbt '++2.13.17 test'
8787 shell : bash
8888 test :
8989 name : ${{ matrix.command }} ${{ matrix.java }}
9595 command :
9696 # Test legacy Scala versions, where reporting API changed
9797 - " '++2.12.12! testAllNonNative'" # compiler version too old for Scala Native
98- - " '++2.12.19 test'"
99- - " '++2.13.16 test'"
98+ - " '++2.12.20 test'"
99+ - " '++2.13.17 test'"
100100 # Minimal supported version
101101 - " '++3.3.6 test'"
102102 - " '++3.7.3 plugin/test'"
Original file line number Diff line number Diff line change 1919 distribution : temurin
2020 - uses : sbt/setup-sbt@v1
2121 - uses : olafurpg/setup-gpg@v3
22- - run : sbt '++2.12.19 ; docs/docusaurusPublishGhpages'
22+ - run : sbt '++2.12.20 ; docs/docusaurusPublishGhpages'
2323 env :
2424 GIT_DEPLOY_KEY : ${{ secrets.GIT_DEPLOY_KEY }}
2525 - name : Check git diff
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addCommandAlias(
88)
99
1010def scala212 = " 2.12.20"
11- def scala213 = " 2.13.16 "
11+ def scala213 = " 2.13.17 "
1212def scala3 = " 3.3.6"
1313def scala3ForSbt = " 3.7.3"
1414def scala2Versions = List (scala212, scala213)
You can’t perform that action at this time.
0 commit comments