File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
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]
27
27
java : [zulu@8, zulu@11, zulu@17, zulu@21]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
85
85
strategy :
86
86
matrix :
87
87
os : [ubuntu-latest]
88
- scala : [2.13.13 ]
88
+ scala : [2.13.14 ]
89
89
java : [zulu@8]
90
90
runs-on : ${{ matrix.os }}
91
91
steps :
@@ -146,12 +146,12 @@ jobs:
146
146
tar xf targets.tar
147
147
rm targets.tar
148
148
149
- - name : Download target directories (2.13.13 )
149
+ - name : Download target directories (2.13.14 )
150
150
uses : actions/download-artifact@v4
151
151
with :
152
- name : target-${{ matrix.os }}-2.13.13 -${{ matrix.java }}
152
+ name : target-${{ matrix.os }}-2.13.14 -${{ matrix.java }}
153
153
154
- - name : Inflate target directories (2.13.13 )
154
+ - name : Inflate target directories (2.13.14 )
155
155
run : |
156
156
tar xf targets.tar
157
157
rm targets.tar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name := "jackson-module-scala"
6
6
7
7
organization := " com.fasterxml.jackson.module"
8
8
9
- val scala213Version = " 2.13.13 "
9
+ val scala213Version = " 2.13.14 "
10
10
ThisBuild / scalaVersion := scala213Version
11
11
ThisBuild / version := " 2.18.0-SNAPSHOT"
12
12
You can’t perform that action at this time.
0 commit comments