There was an error while loading. Please reload this page.
2 parents 4677564 + ecaed33 commit 2450502Copy full SHA for 2450502
project/Dependencies.scala
@@ -161,9 +161,9 @@ object Dependencies {
161
)
162
163
val dynaServeDependencies = Seq(
164
- "com.typesafe.akka" %% "akka-actor" % "2.6.1",
165
- "com.typesafe.akka" %% "akka-stream" % "2.6.1",
166
- "com.typesafe.akka" %% "akka-testkit" % "2.6.1",
+ "com.typesafe.akka" %% "akka-actor" % "2.6.9",
+ "com.typesafe.akka" %% "akka-stream" % "2.6.9",
+ "com.typesafe.akka" %% "akka-testkit" % "2.6.9",
167
"com.typesafe.akka" %% "akka-http" % "10.1.11",
168
"com.typesafe.akka" %% "akka-http-spray-json" % "10.1.11",
169
"com.typesafe.akka" %% "akka-http-testkit" % "10.1.11"
0 commit comments