We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e78e68 commit 1fba795Copy full SHA for 1fba795
build.sbt
@@ -184,8 +184,8 @@ lazy val akkaHttp = (project in file("akka-http"))
184
libraryDependencies ++= Seq(
185
"com.typesafe.akka" %% "akka-http" % Versions.akkaHttp,
186
"com.typesafe.akka" %% "akka-http-spray-json" % Versions.akkaHttp,
187
- "com.typesafe.akka" %% "akka-stream" % "2.6.11",
188
- "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,
189
"com.typesafe.akka" %% "akka-http-testkit" % Versions.akkaHttp % Test
190
)
191
0 commit comments