From 89fc82de346d79a3ebb4ce4ee2ef312b51a36a37 Mon Sep 17 00:00:00 2001 From: Jakob Gillich Date: Wed, 8 Nov 2023 10:41:51 +0000 Subject: [PATCH] feat: upgrade sangria --- sangria/build.sbt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sangria/build.sbt b/sangria/build.sbt index 8f969bca..18dd30e5 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -7,11 +7,10 @@ scalacOptions ++= Seq("-Ywarn-unused", "-deprecation") assembly / mainClass := Some("Server") libraryDependencies ++= Seq( - "org.sangria-graphql" %% "sangria" % "3.5.2", - "org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.3", - "com.typesafe.akka" %% "akka-actor" % "2.8.4", - "com.typesafe.akka" %% "akka-stream" % "2.8.4", - "com.typesafe.akka" %% "akka-http" % "10.5.2", - "com.typesafe.akka" %% "akka-http-core" % "10.5.2", - "ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime, + "org.sangria-graphql" %% "sangria" % "4.0.0", + "org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.4", + "com.typesafe.akka" %% "akka-actor" % "2.8.5", + "com.typesafe.akka" %% "akka-stream" % "2.8.5", + "com.typesafe.akka" %% "akka-http" % "10.5.3", + "com.typesafe.akka" %% "akka-http-core" % "10.5.3", ) \ No newline at end of file