File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ ThisBuild / publishTo := {
23
23
24
24
bomFormat := " xml"
25
25
26
- resolvers += Resolver .sonatypeCentralSnapshots
27
- ThisBuild / version := " 3.0.0-SNAPSHOT"
26
+ // resolvers += Resolver.sonatypeCentralSnapshots
27
+ // ThisBuild / version := "3.0.0-SNAPSHOT"
28
28
val jacksonVersion = " 3.0.0-rc8"
29
29
30
30
autoAPIMappings := true
Original file line number Diff line number Diff line change 1
1
Check VERSION.md for jackson-module-scala 2.x release information. This file tracks jackson-module-scala 3.x.
2
2
3
- # 3.0.0-rc7
3
+ # 3.0.0-rc8
4
4
5
5
This patch release tracks Jackson 3.0.0. The 3.0 series has full support for Scala 2.12, 2.13 and 3.
6
6
There are many changes in related jackson libraries that affect all jackson users. jackson-module-scala changes
You can’t perform that action at this time.
0 commit comments