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