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.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 :
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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name := "jackson-module-scala"
66
77organization := " com.fasterxml.jackson.module"
88
9- val scala213Version = " 2.13.13 "
9+ val scala213Version = " 2.13.14 "
1010ThisBuild / scalaVersion := scala213Version
1111ThisBuild / version := " 2.18.0-SNAPSHOT"
1212
You can’t perform that action at this time.
0 commit comments