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 1616ba7 commit d23a82bCopy full SHA for d23a82b
project/Build.scala
@@ -63,7 +63,7 @@ object Dependencies {
63
val akkaHttpVersion = "10.0.6"
64
val akka2Actor = "com.typesafe.akka" %% "akka-actor" % akkaVersion
65
val akka2Slf4j = "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
66
- val akka2Streams = "com.typesafe.akka" %% "akka-streams" % akkaVersion
+ val akka2Streams = "com.typesafe.akka" %% "akka-stream" % akkaVersion
67
val akka2Testkit = "com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test"
68
val akka2Http = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
69
val sprayJson = "io.spray" %% "spray-json" % "1.3.3"
0 commit comments