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