Skip to content

Commit

Permalink
Update akka-http to 10.2.9 (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 3, 2022
1 parent d35362d commit 8018116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/akka-http/build.sbt
Expand Up @@ -6,7 +6,7 @@ crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided",
"com.typesafe.akka" %% "akka-http" % "10.2.8"
"com.typesafe.akka" %% "akka-http" % "10.2.9"
)
mdocLibraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.6.18"
Expand Down

0 comments on commit 8018116

Please sign in to comment.