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 00faf2e + 5cc7923 commit 3875072Copy full SHA for 3875072
json/json-core/dependencies.sbt
@@ -1,5 +1,5 @@
1
libraryDependencies ++= Seq(
2
"org.json4s" %% "json4s-jackson" % "4.0.7",
3
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.19.0",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.19.1",
4
"org.typelevel" %% "cats-core" % "2.13.0"
5
)
0 commit comments