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 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.11.12, 2.12.20, 2.13.16 , 3.3.6]
26+ scala : [2.11.12, 2.12.20, 2.13.17 , 3.3.6]
2727 java : [zulu@8, zulu@11, zulu@17, zulu@21]
2828 runs-on : ${{ matrix.os }}
2929 steps :
8888 strategy :
8989 matrix :
9090 os : [ubuntu-latest]
91- scala : [2.13.16 ]
91+ scala : [2.13.17 ]
9292 java : [zulu@8]
9393 runs-on : ${{ matrix.os }}
9494 steps :
@@ -152,12 +152,12 @@ jobs:
152152 tar xf targets.tar
153153 rm targets.tar
154154
155- - name : Download target directories (2.13.16 )
155+ - name : Download target directories (2.13.17 )
156156 uses : actions/download-artifact@v5
157157 with :
158- name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
158+ name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }}
159159
160- - name : Inflate target directories (2.13.16 )
160+ - name : Inflate target directories (2.13.17 )
161161 run : |
162162 tar xf targets.tar
163163 rm targets.tar
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name := "jackson-module-scala"
88
99organization := " com.fasterxml.jackson.module"
1010
11- val scala213Version = " 2.13.16 "
11+ val scala213Version = " 2.13.17 "
1212ThisBuild / scalaVersion := scala213Version
1313
1414ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20" , scala213Version, " 3.3.6" )
You can’t perform that action at this time.
0 commit comments