diff --git a/sangria/build.sbt b/sangria/build.sbt index 9c176de8..1034ecbd 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -11,7 +11,7 @@ libraryDependencies ++= Seq( "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.0", - "com.typesafe.akka" %% "akka-http" % "10.5.0", + "com.typesafe.akka" %% "akka-http" % "10.5.2", "com.typesafe.akka" %% "akka-http-core" % "10.5.0", "ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime, ) \ No newline at end of file