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 b7e2bdc commit 3f206d2Copy full SHA for 3f206d2
build.sbt
@@ -27,8 +27,8 @@ bomFormat := "xml"
27
resolvers += Resolver.sonatypeCentralSnapshots
28
29
version := "2.20.0-rc2-SNAPSHOT"
30
-val jacksonAnnotationVersion = "2.20-rc1"
31
-val jacksonCoreVersion = "2.20.0-rc2-SNAPSHOT"
+val jacksonAnnotationVersion = "2.20"
+val jacksonCoreVersion = "2.20.0"
32
val jacksonNonCoreVersion = jacksonCoreVersion
33
34
autoAPIMappings := true
0 commit comments