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.
2 parents 7472fc0 + 575ab71 commit e7d898cCopy full SHA for e7d898c
1 file changed
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.22.0"
+val jacksonDatabindVersion = "2.22.1"
25
val jacksonDatabind = Seq(
26
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
27
)
0 commit comments