Skip to content

Commit 038be02

Browse files
committed
scala 2.13.14
1 parent 20fc11c commit 038be02

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.19, 2.13.13, 3.3.3]
26+
scala: [2.11.12, 2.12.19, 2.13.14, 3.3.3]
2727
java: [zulu@8, zulu@11, zulu@17, zulu@21]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
matrix:
8787
os: [ubuntu-latest]
88-
scala: [2.13.13]
88+
scala: [2.13.14]
8989
java: [zulu@8]
9090
runs-on: ${{ matrix.os }}
9191
steps:
@@ -146,12 +146,12 @@ jobs:
146146
tar xf targets.tar
147147
rm targets.tar
148148
149-
- name: Download target directories (2.13.13)
149+
- name: Download target directories (2.13.14)
150150
uses: actions/download-artifact@v4
151151
with:
152-
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
152+
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
153153

154-
- name: Inflate target directories (2.13.13)
154+
- name: Inflate target directories (2.13.14)
155155
run: |
156156
tar xf targets.tar
157157
rm targets.tar

build.sbt

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

77
organization := "com.fasterxml.jackson.module"
88

9-
val scala213Version = "2.13.13"
9+
val scala213Version = "2.13.14"
1010
ThisBuild / scalaVersion := scala213Version
1111
ThisBuild / version := "2.18.0-SNAPSHOT"
1212

0 commit comments

Comments
 (0)