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 2cd929c commit 3afd5c9Copy full SHA for 3afd5c9
build.sbt
@@ -29,7 +29,7 @@ unmanagedSourceDirectories in Compile += {
29
(baseDirectory in LocalRootProject).value / "src" / "main" / s"scala-2.${scalaMajorVersion.value}"
30
}
31
32
-val jacksonVersion = "2.11.0.rc1"
+val jacksonVersion = "2.11.0"
33
34
libraryDependencies ++= Seq(
35
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
0 commit comments