diff --git a/build.sbt b/build.sbt index a79701cf..9ab5c19b 100644 --- a/build.sbt +++ b/build.sbt @@ -184,8 +184,8 @@ lazy val akkaHttp = (project in file("akka-http")) libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-http" % Versions.akkaHttp, "com.typesafe.akka" %% "akka-http-spray-json" % Versions.akkaHttp, - "com.typesafe.akka" %% "akka-stream" % "2.6.11", - "com.typesafe.akka" %% "akka-testkit" % "2.6.11" % Test, + "com.typesafe.akka" %% "akka-stream" % "2.6.13", + "com.typesafe.akka" %% "akka-testkit" % "2.6.13" % Test, "com.typesafe.akka" %% "akka-http-testkit" % Versions.akkaHttp % Test ) )