From 1087d49e1c9b76cb3a343f752e1105b0e99b10ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Jul 2021 10:51:34 +0200 Subject: [PATCH] Update akka-http to 10.2.5 --- modules/akka-http/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/akka-http/build.sbt b/modules/akka-http/build.sbt index 2d3ae1ce5..0c7dc8acb 100644 --- a/modules/akka-http/build.sbt +++ b/modules/akka-http/build.sbt @@ -6,7 +6,7 @@ crossScalaVersions := Seq(scala212, scala213) libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream" % "2.6.15" % "provided", - "com.typesafe.akka" %% "akka-http" % "10.2.4" + "com.typesafe.akka" %% "akka-http" % "10.2.5" ) mdocLibraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream" % "2.6.15"