diff --git a/build.sbt b/build.sbt index c558a62..1f8815e 100644 --- a/build.sbt +++ b/build.sbt @@ -6,8 +6,8 @@ scalaVersion := "2.12.13" libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-http" % "10.2.4", + "com.typesafe.akka" %% "akka-http" % "10.2.8", "com.typesafe.akka" %% "akka-stream" % "2.6.14", - "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.8" % Test )