diff --git a/build.sbt b/build.sbt index fcde97e..e912157 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.8", - "com.typesafe.akka" %% "akka-http-testkit" % "10.2.8" % Test + "com.typesafe.akka" %% "akka-http" % "10.2.9", + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.9" % Test )