Skip to content

Commit

Permalink
Merge branch 'master' of github.com:transcendent-ai-labs/DynaML
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar2812 committed Sep 24, 2020
2 parents 4677564 + ecaed33 commit 2450502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Expand Up @@ -161,9 +161,9 @@ object Dependencies {
)

val dynaServeDependencies = Seq(
"com.typesafe.akka" %% "akka-actor" % "2.6.1",
"com.typesafe.akka" %% "akka-stream" % "2.6.1",
"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",
"com.typesafe.akka" %% "akka-http" % "10.1.11",
"com.typesafe.akka" %% "akka-http-spray-json" % "10.1.11",
"com.typesafe.akka" %% "akka-http-testkit" % "10.1.11"
Expand Down

0 comments on commit 2450502

Please sign in to comment.