Skip to content

Commit 7f9095d

Browse files
authored
scala 2.13.17 (#767)
1 parent 3ac9cb1 commit 7f9095d

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.12.20, 2.13.16, 3.3.6]
26+
scala: [2.12.20, 2.13.17, 3.3.6]
2727
java: [zulu@17, zulu@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ubuntu-latest]
76-
scala: [2.13.16]
76+
scala: [2.13.17]
7777
java: [zulu@17]
7878
runs-on: ${{ matrix.os }}
7979
steps:
@@ -111,12 +111,12 @@ jobs:
111111
tar xf targets.tar
112112
rm targets.tar
113113
114-
- name: Download target directories (2.13.16)
114+
- name: Download target directories (2.13.17)
115115
uses: actions/download-artifact@v5
116116
with:
117-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
117+
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
118118

119-
- name: Inflate target directories (2.13.16)
119+
- name: Inflate target directories (2.13.17)
120120
run: |
121121
tar xf targets.tar
122122
rm targets.tar

build.sbt

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

88
organization := "tools.jackson.module"
99

10-
val scala213Version = "2.13.16"
10+
val scala213Version = "2.13.17"
1111
ThisBuild / scalaVersion := scala213Version
1212

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

0 commit comments

Comments
 (0)