diff --git a/build.sbt b/build.sbt index 3a03284..3bb21a3 100644 --- a/build.sbt +++ b/build.sbt @@ -8,6 +8,6 @@ scalaVersion := "2.13.5" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % "2.6.15", "com.typesafe.akka" %% "akka-stream" % "2.6.15", - "com.typesafe.akka" %% "akka-http" % "10.2.4", - "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test + "com.typesafe.akka" %% "akka-http" % "10.2.7", + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.7" % Test )