Skip to content

Commit 230ee30

Browse files
committed
scala 2.13.17
1 parent 141d8e2 commit 230ee30

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.11.12, 2.12.20, 2.13.16, 3.3.6]
26+
scala: [2.11.12, 2.12.20, 2.13.17, 3.3.6]
2727
java: [zulu@8, zulu@11, zulu@17, zulu@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
matrix:
9090
os: [ubuntu-latest]
91-
scala: [2.13.16]
91+
scala: [2.13.17]
9292
java: [zulu@8]
9393
runs-on: ${{ matrix.os }}
9494
steps:
@@ -152,12 +152,12 @@ jobs:
152152
tar xf targets.tar
153153
rm targets.tar
154154
155-
- name: Download target directories (2.13.16)
155+
- name: Download target directories (2.13.17)
156156
uses: actions/download-artifact@v5
157157
with:
158-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
158+
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
159159

160-
- name: Inflate target directories (2.13.16)
160+
- name: Inflate target directories (2.13.17)
161161
run: |
162162
tar xf targets.tar
163163
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name := "jackson-module-scala"
88

99
organization := "com.fasterxml.jackson.module"
1010

11-
val scala213Version = "2.13.16"
11+
val scala213Version = "2.13.17"
1212
ThisBuild / scalaVersion := scala213Version
1313

1414
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.3.6")

0 commit comments

Comments
 (0)