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 17ecf4d commit f362af7Copy full SHA for f362af7
build.sbt
@@ -14,7 +14,7 @@ ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.12", "3.3.1")
14
15
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
16
17
-val jacksonVersion = "2.16.0-SNAPSHOT"
+val jacksonVersion = "2.16.0-rc1"
18
19
autoAPIMappings := true
20
0 commit comments