Skip to content

Commit

Permalink
Merge pull request #16 from scala-steward/update/json4s-jackson-3.6.10
Browse files Browse the repository at this point in the history
Update json4s-jackson to 3.6.10
  • Loading branch information
yanns committed Sep 30, 2020
2 parents 6da5c2f + f311d34 commit 5f32d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scalacOptions ++= {

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.4",
"org.json4s" %% "json4s-jackson" % "3.6.9",
"org.json4s" %% "json4s-jackson" % "3.6.10",

"org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.3" % Test,
"org.scalatest" %% "scalatest" % "3.1.4" % Test
Expand Down

0 comments on commit 5f32d3c

Please sign in to comment.