File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
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.5 ]
26
+ scala : [2.12.20, 2.13.16, 3.3.6 ]
27
27
java : [zulu@17, zulu@21]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
@@ -121,12 +121,12 @@ jobs:
121
121
tar xf targets.tar
122
122
rm targets.tar
123
123
124
- - name : Download target directories (3.3.5 )
124
+ - name : Download target directories (3.3.6 )
125
125
uses : actions/download-artifact@v4
126
126
with :
127
- name : target-${{ matrix.os }}-3.3.5 -${{ matrix.java }}
127
+ name : target-${{ matrix.os }}-3.3.6 -${{ matrix.java }}
128
128
129
- - name : Inflate target directories (3.3.5 )
129
+ - name : Inflate target directories (3.3.6 )
130
130
run : |
131
131
tar xf targets.tar
132
132
rm targets.tar
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ name := "jackson-module-scala"
6
6
7
7
organization := " tools.jackson.module"
8
8
9
- ThisBuild / version := " 3.0.0-rc4-SNAPSHOT "
9
+ ThisBuild / version := " 3.0.0-rc4"
10
10
11
11
val scala213Version = " 2.13.16"
12
12
ThisBuild / scalaVersion := scala213Version
13
13
14
- ThisBuild / crossScalaVersions := Seq (" 2.12.20" , scala213Version, " 3.3.5 " )
14
+ ThisBuild / crossScalaVersions := Seq (" 2.12.20" , scala213Version, " 3.3.6 " )
15
15
16
16
sonatypeCredentialHost := " s01.oss.sonatype.org"
17
17
sonatypeRepository := " s01.oss.sonatype.org"
18
18
19
- resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
19
+ // resolvers ++= Resolver.sonatypeOssRepos("snapshots")
20
20
21
21
bomFormat := " xml"
22
22
You can’t perform that action at this time.
0 commit comments