Skip to content

Commit

Permalink
Try using a newer play-json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdelight committed May 21, 2024
1 parent 26241a1 commit 308f4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ libraryDependencies ++= Seq(
// See the compatibility matrix here https://github.com/sangria-graphql/sangria-play-json
"org.sangria-graphql" %% "sangria-play-json" % "2.0.2",
"org.sangria-graphql" %% "sangria" % "2.0.1",
"com.typesafe.play" %% "play-json-joda" % "2.9.3",
"com.typesafe.play" %% "play-json" % "2.9.3",
"com.typesafe.play" %% "play-json-joda" % "2.10.4",
"com.typesafe.play" %% "play-json" % "2.10.4",
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
"org.scalatestplus" %% "mockito-4-5" % "3.2.12.0" % Test,
// NOTE: The swagger-ui package is used to obtain the static distribution of swagger-ui, the files included at runtime
Expand Down

0 comments on commit 308f4b2

Please sign in to comment.