Skip to content

Commit d23a82b

Browse files
committed
Typo
1 parent 1616ba7 commit d23a82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object Dependencies {
6363
val akkaHttpVersion = "10.0.6"
6464
val akka2Actor = "com.typesafe.akka" %% "akka-actor" % akkaVersion
6565
val akka2Slf4j = "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
66-
val akka2Streams = "com.typesafe.akka" %% "akka-streams" % akkaVersion
66+
val akka2Streams = "com.typesafe.akka" %% "akka-stream" % akkaVersion
6767
val akka2Testkit = "com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test"
6868
val akka2Http = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
6969
val sprayJson = "io.spray" %% "spray-json" % "1.3.3"

0 commit comments

Comments
 (0)