Skip to content

Commit e1294a0

Browse files
Update scala-library to 2.13.17
1 parent a2c12e6 commit e1294a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- macos-13
2828
- macos-latest
2929
- windows-latest
30-
scala: [2.12.20, 2.13.16, 3.3.7]
30+
scala: [2.12.20, 2.13.17, 3.3.7]
3131
java: [temurin@8, temurin@11, temurin@17, temurin@21]
3232
exclude:
3333
- java: temurin@8
@@ -128,7 +128,7 @@ jobs:
128128
strategy:
129129
matrix:
130130
os: [ubuntu-latest]
131-
scala: [2.13.16]
131+
scala: [2.13.17]
132132
java: [temurin@8]
133133
runs-on: ${{ matrix.os }}
134134
steps:
@@ -194,12 +194,12 @@ jobs:
194194
tar xf targets.tar
195195
rm targets.tar
196196
197-
- name: Download target directories (2.13.16)
197+
- name: Download target directories (2.13.17)
198198
uses: actions/download-artifact@v5
199199
with:
200-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
200+
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
201201

202-
- name: Inflate target directories (2.13.16)
202+
- name: Inflate target directories (2.13.17)
203203
run: |
204204
tar xf targets.tar
205205
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
22

33
name := "pekko-streams-circe"
44

5-
val scala213Version = "2.13.16"
5+
val scala213Version = "2.13.17"
66
val scala212Version = "2.12.20"
77
val scala3Version = "3.3.7"
88

0 commit comments

Comments
 (0)