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