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.12.20, 2.13.16 , 3.3.6]
26
+ scala : [2.12.20, 2.13.17 , 3.3.6]
27
27
java : [zulu@17, zulu@21]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
73
73
strategy :
74
74
matrix :
75
75
os : [ubuntu-latest]
76
- scala : [2.13.16 ]
76
+ scala : [2.13.17 ]
77
77
java : [zulu@17]
78
78
runs-on : ${{ matrix.os }}
79
79
steps :
@@ -111,12 +111,12 @@ jobs:
111
111
tar xf targets.tar
112
112
rm targets.tar
113
113
114
- - name : Download target directories (2.13.16 )
114
+ - name : Download target directories (2.13.17 )
115
115
uses : actions/download-artifact@v5
116
116
with :
117
- name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
117
+ name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }}
118
118
119
- - name : Inflate target directories (2.13.16 )
119
+ - name : Inflate target directories (2.13.17 )
120
120
run : |
121
121
tar xf targets.tar
122
122
rm targets.tar
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name := "jackson-module-scala"
7
7
8
8
organization := " tools.jackson.module"
9
9
10
- val scala213Version = " 2.13.16 "
10
+ val scala213Version = " 2.13.17 "
11
11
ThisBuild / scalaVersion := scala213Version
12
12
13
13
ThisBuild / crossScalaVersions := Seq (" 2.12.20" , scala213Version, " 3.3.6" )
You can’t perform that action at this time.
0 commit comments