Skip to content

Commit

Permalink
Update play-json to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2020
1 parent c575ee4 commit 92f5c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -13,7 +13,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

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

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

0 comments on commit 92f5c74

Please sign in to comment.