Skip to content

Commit 9009bc2

Browse files
committed
jackson 3.0.0-rc7
1 parent a92abb1 commit 9009bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ThisBuild / publishTo := {
2727

2828
bomFormat := "xml"
2929

30-
val jacksonVersion = "3.0.0-rc7-SNAPSHOT"
30+
val jacksonVersion = "3.0.0-rc7"
3131

3232
autoAPIMappings := true
3333

release-notes/VERSION3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Check VERSION.md for jackson-module-scala 2.x release information. This file tracks jackson-module-scala 3.x.
22

3-
# 3.0.0-rc3
3+
# 3.0.0-rc7
44

55
This patch release tracks Jackson 3.0.0. The 3.0 series has full support for Scala 2.12, 2.13 and 3.
66
There are many changes in related jackson libraries that affect all jackson users. jackson-module-scala changes

0 commit comments

Comments
 (0)