We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92abb1 commit 9009bc2Copy full SHA for 9009bc2
build.sbt
@@ -27,7 +27,7 @@ ThisBuild / publishTo := {
27
28
bomFormat := "xml"
29
30
-val jacksonVersion = "3.0.0-rc7-SNAPSHOT"
+val jacksonVersion = "3.0.0-rc7"
31
32
autoAPIMappings := true
33
release-notes/VERSION3.md
@@ -1,6 +1,6 @@
1
Check VERSION.md for jackson-module-scala 2.x release information. This file tracks jackson-module-scala 3.x.
2
3
-# 3.0.0-rc3
+# 3.0.0-rc7
4
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
There are many changes in related jackson libraries that affect all jackson users. jackson-module-scala changes
0 commit comments