diff --git a/build.sbt b/build.sbt index fbc3ea3..b70ad64 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val `akka-http` = commonDependencies, libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream" % "2.6.19" % "provided", - "com.typesafe.akka" %% "akka-http" % "10.2.9", + "com.typesafe.akka" %% "akka-http" % "10.2.10", ) ) .jvmPlatform(scala2Versions)