File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
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.20, 2.13.15 , 3.3.4 ]
26
+ scala : [2.11.12, 2.12.20, 2.13.16 , 3.3.5 ]
27
27
java : [zulu@8, zulu@11, zulu@17, zulu@21]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
88
88
strategy :
89
89
matrix :
90
90
os : [ubuntu-latest]
91
- scala : [2.13.15 ]
91
+ scala : [2.13.16 ]
92
92
java : [zulu@8]
93
93
runs-on : ${{ matrix.os }}
94
94
steps :
@@ -152,22 +152,22 @@ jobs:
152
152
tar xf targets.tar
153
153
rm targets.tar
154
154
155
- - name : Download target directories (2.13.15 )
155
+ - name : Download target directories (2.13.16 )
156
156
uses : actions/download-artifact@v4
157
157
with :
158
- name : target-${{ matrix.os }}-2.13.15 -${{ matrix.java }}
158
+ name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
159
159
160
- - name : Inflate target directories (2.13.15 )
160
+ - name : Inflate target directories (2.13.16 )
161
161
run : |
162
162
tar xf targets.tar
163
163
rm targets.tar
164
164
165
- - name : Download target directories (3.3.4 )
165
+ - name : Download target directories (3.3.5 )
166
166
uses : actions/download-artifact@v4
167
167
with :
168
- name : target-${{ matrix.os }}-3.3.4 -${{ matrix.java }}
168
+ name : target-${{ matrix.os }}-3.3.5 -${{ matrix.java }}
169
169
170
- - name : Inflate target directories (3.3.4 )
170
+ - name : Inflate target directories (3.3.5 )
171
171
run : |
172
172
tar xf targets.tar
173
173
rm targets.tar
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ name := "jackson-module-scala"
6
6
7
7
organization := " com.fasterxml.jackson.module"
8
8
9
- val scala213Version = " 2.13.15 "
9
+ val scala213Version = " 2.13.16 "
10
10
ThisBuild / scalaVersion := scala213Version
11
11
12
- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20" , scala213Version, " 3.3.4 " )
12
+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20" , scala213Version, " 3.3.5 " )
13
13
14
14
resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
15
15
You can’t perform that action at this time.
0 commit comments