File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
os : [ubuntu-latest]
25
- scala : [2.11.12, 2.12.20, 2.13.15 , 3.3.4 ]
25
+ scala : [2.11.12, 2.12.20, 2.13.16 , 3.3.5 ]
26
26
java : [zulu@17, zulu@21]
27
27
runs-on : ${{ matrix.os }}
28
28
steps :
72
72
strategy :
73
73
matrix :
74
74
os : [ubuntu-latest]
75
- scala : [2.13.15 ]
75
+ scala : [2.13.16 ]
76
76
java : [zulu@17]
77
77
runs-on : ${{ matrix.os }}
78
78
steps :
@@ -120,22 +120,22 @@ jobs:
120
120
tar xf targets.tar
121
121
rm targets.tar
122
122
123
- - name : Download target directories (2.13.15 )
123
+ - name : Download target directories (2.13.16 )
124
124
uses : actions/download-artifact@v4
125
125
with :
126
- name : target-${{ matrix.os }}-2.13.15 -${{ matrix.java }}
126
+ name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
127
127
128
- - name : Inflate target directories (2.13.15 )
128
+ - name : Inflate target directories (2.13.16 )
129
129
run : |
130
130
tar xf targets.tar
131
131
rm targets.tar
132
132
133
- - name : Download target directories (3.3.4 )
133
+ - name : Download target directories (3.3.5 )
134
134
uses : actions/download-artifact@v4
135
135
with :
136
- name : target-${{ matrix.os }}-3.3.4 -${{ matrix.java }}
136
+ name : target-${{ matrix.os }}-3.3.5 -${{ matrix.java }}
137
137
138
- - name : Inflate target directories (3.3.4 )
138
+ - name : Inflate target directories (3.3.5 )
139
139
run : |
140
140
tar xf targets.tar
141
141
rm targets.tar
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ organization := "tools.jackson.module"
7
7
8
8
ThisBuild / version := " 3.0.0-rc1-SNAPSHOT"
9
9
10
- val scala213Version = " 2.13.15 "
10
+ val scala213Version = " 2.13.16 "
11
11
ThisBuild / scalaVersion := scala213Version
12
12
13
- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20" , scala213Version, " 3.3.4 " )
13
+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20" , scala213Version, " 3.3.5 " )
14
14
15
15
sonatypeCredentialHost := " s01.oss.sonatype.org"
16
16
sonatypeRepository := " s01.oss.sonatype.org"
You can’t perform that action at this time.
0 commit comments