Skip to content

Commit

Permalink
Try using sangria 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdelight committed May 21, 2024
1 parent aedd783 commit 26241a1
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 @@ -83,7 +83,7 @@ libraryDependencies ++= Seq(
// NOTE: Be careful upgrading sangria and play-json as binary incompatibilities can break graphql and the entire UI.
// 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.1.6",
"org.sangria-graphql" %% "sangria" % "2.0.1",
"com.typesafe.play" %% "play-json-joda" % "2.9.3",
"com.typesafe.play" %% "play-json" % "2.9.3",
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
Expand Down

0 comments on commit 26241a1

Please sign in to comment.