diff --git a/sangria/build.sbt b/sangria/build.sbt index 18dd30e5..87f85816 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -7,7 +7,7 @@ scalacOptions ++= Seq("-Ywarn-unused", "-deprecation") assembly / mainClass := Some("Server") libraryDependencies ++= Seq( - "org.sangria-graphql" %% "sangria" % "4.0.0", + "org.sangria-graphql" %% "sangria" % "4.0.2", "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",