Skip to content

Commit

Permalink
Update akka-stream, akka-testkit to 2.6.13 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 23, 2021
1 parent 6e78e68 commit 1fba795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)
Expand Down

0 comments on commit 1fba795

Please sign in to comment.