Skip to content

Commit

Permalink
Merge pull request #36 from scala-steward/update/play-json-2.9.2
Browse files Browse the repository at this point in the history
Update play-json to 2.9.2
  • Loading branch information
yanns committed Jan 5, 2021
2 parents 62eff20 + dcb31d3 commit fdd30e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -16,7 +16,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.4",
"com.typesafe.play" %% "play-json" % "2.9.1",
"com.typesafe.play" %% "play-json" % "2.9.2",

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

0 comments on commit fdd30e8

Please sign in to comment.