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 75642df commit 564daa8Copy full SHA for 564daa8
1 file changed
build.sbt
@@ -26,9 +26,9 @@ bomFormat := "xml"
26
27
resolvers += Resolver.sonatypeCentralSnapshots
28
29
-ThisBuild / version := "2.22.1-SNAPSHOT"
30
-val jacksonAnnotationVersion = "2.22"
31
-val jacksonCoreVersion = "2.22.1-SNAPSHOT"
+ThisBuild / version := "2.23.0-SNAPSHOT"
+val jacksonAnnotationVersion = "2.23-SNAPSHOT"
+val jacksonCoreVersion = "2.23.0-SNAPSHOT"
32
val jacksonNonCoreVersion = jacksonCoreVersion
33
34
autoAPIMappings := true
0 commit comments