Skip to content

Commit 179a3d8

Browse files
committed
scala: upgrade 2.13 to .17
1 parent ad4d022 commit 179a3d8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -83,7 +83,7 @@ jobs:
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 }}
@@ -95,8 +95,8 @@ jobs:
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'"

.github/workflows/mdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addCommandAlias(
88
)
99

1010
def scala212 = "2.12.20"
11-
def scala213 = "2.13.16"
11+
def scala213 = "2.13.17"
1212
def scala3 = "3.3.6"
1313
def scala3ForSbt = "3.7.3"
1414
def scala2Versions = List(scala212, scala213)

0 commit comments

Comments
 (0)