Skip to content

Commit

Permalink
Merge pull request #104 from scala-steward/update/jackson-databind-2.9.9
Browse files Browse the repository at this point in the history
Update jackson-databind to 2.9.9
  • Loading branch information
yanns authored May 20, 2019
2 parents 675c857 + 9472dd7 commit b9a2228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val catsVersion = "1.6.0"

libraryDependencies ++= Seq(
"org.json4s" %% "json4s-jackson" % "3.6.5",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.8",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9",
"org.typelevel" %% "cats-macros" % catsVersion,
"org.typelevel" %% "cats-core" % catsVersion
)

0 comments on commit b9a2228

Please sign in to comment.