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 00faf2e commit 5cc7923Copy full SHA for 5cc7923
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