Skip to content

Commit e350592

Browse files
Update scala-library, scala-reflect to 2.13.17 (#633)
* Update scala-library, scala-reflect to 2.13.17 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent a930b08 commit e350592

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, windows-latest]
26-
scala: [2.12.20, 2.13.16, 3.3.6]
26+
scala: [2.12.20, 2.13.17, 3.3.6]
2727
java: [temurin@8, temurin@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -150,12 +150,12 @@ jobs:
150150
tar xf targets.tar
151151
rm targets.tar
152152
153-
- name: Download target directories (2.13.16)
153+
- name: Download target directories (2.13.17)
154154
uses: actions/download-artifact@v5
155155
with:
156-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
156+
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
157157

158-
- name: Inflate target directories (2.13.16)
158+
- name: Inflate target directories (2.13.17)
159159
run: |
160160
tar xf targets.tar
161161
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport._
22
import sbtghactions.windows
33

44
val Scala2_12 = "2.12.20"
5-
val Scala2_13 = "2.13.16"
5+
val Scala2_13 = "2.13.17"
66
val Scala3 = "3.3.6"
77

88
val isScala3 = Def.setting(scalaBinaryVersion.value == "3")

0 commit comments

Comments
 (0)