diff --git a/sangria/build.sbt b/sangria/build.sbt index 8f969bca..0c1e9279 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -8,7 +8,7 @@ assembly / mainClass := Some("Server") libraryDependencies ++= Seq( "org.sangria-graphql" %% "sangria" % "3.5.2", - "org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.3", + "org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.4", "com.typesafe.akka" %% "akka-actor" % "2.8.4", "com.typesafe.akka" %% "akka-stream" % "2.8.4", "com.typesafe.akka" %% "akka-http" % "10.5.2",