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 12fadff commit 42072c5Copy full SHA for 42072c5
build.sbt
@@ -21,7 +21,7 @@ def specs2(scalaVersion: String) =
21
("org.specs2" %% s"specs2-$n" % "4.23.0") % Test
22
}
23
24
-val jacksonDatabindVersion = "2.20.0"
+val jacksonDatabindVersion = "2.20.1"
25
val jacksonDatabind = Seq(
26
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
27
)
0 commit comments