From 308f4b2b13aafbf9098ebf177c91db897d366373 Mon Sep 17 00:00:00 2001 From: Lucas Burson Date: Mon, 20 May 2024 20:52:10 -0500 Subject: [PATCH] Try using a newer play-json --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 314aadaf..10f5cd50 100644 --- a/build.sbt +++ b/build.sbt @@ -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