aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1be5b70..15474c7 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -9,9 +9,11 @@ object Dependencies {
val AkkaVersion = "2.4.2-RC1"
val akkaActor = "com.typesafe.akka" %% "akka-actor" % AkkaVersion
- val akkaHttp = "com.typesafe.akka" %% "akka-http" % AkkaVersion
+ val akkaHttp = "com.typesafe.akka" %% "akka-http-experimental" % AkkaVersion
val akkaHttpCore = "com.typesafe.akka" %% "akka-http-core" % AkkaVersion
- val akkaStreams = "com.typesafe.akka" %% "akka-stream" % AkkaVersion
+ val akkaStream = "com.typesafe.akka" %% "akka-stream" % AkkaVersion
+
+ val reactiveStreams = "org.reactivestreams" % "reactive-streams" % "1.0.0"
val flow = "com.github.jodersky" %% "flow" % "2.4.0"
val flowNative = "com.github.jodersky" % "flow-native" % "2.4.0" % Runtime