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 4182159 commit 22cf135Copy full SHA for 22cf135
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.2-SNAPSHOT"
+val jacksonVersion = "2.16.2"
16
17
autoAPIMappings := true
18
0 commit comments