Skip to content

Commit 1fba795

Browse files
Update akka-stream, akka-testkit to 2.6.13 (#212)
1 parent 6e78e68 commit 1fba795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ lazy val akkaHttp = (project in file("akka-http"))
184184
libraryDependencies ++= Seq(
185185
"com.typesafe.akka" %% "akka-http" % Versions.akkaHttp,
186186
"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,
187+
"com.typesafe.akka" %% "akka-stream" % "2.6.13",
188+
"com.typesafe.akka" %% "akka-testkit" % "2.6.13" % Test,
189189
"com.typesafe.akka" %% "akka-http-testkit" % Versions.akkaHttp % Test
190190
)
191191
)

0 commit comments

Comments
 (0)