aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-04-18 03:15:43 -0700
committerJakob Odersky <jakob@odersky.com>2016-04-18 03:15:43 -0700
commit05f2776ccb9989dbc359276c5c36c46d8282fc8f (patch)
tree931bd6728602694ebefbc52351287d0b08657aba /project/Dependencies.scala
parentea468fe2af5dbc674c08e2f2c1d6766e6596f9a1 (diff)
downloadmavigator-05f2776ccb9989dbc359276c5c36c46d8282fc8f.tar.gz
mavigator-05f2776ccb9989dbc359276c5c36c46d8282fc8f.tar.bz2
mavigator-05f2776ccb9989dbc359276c5c36c46d8282fc8f.zip
Implement serial backend
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ba39c94..60e7410 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -6,7 +6,7 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
object Dependencies {
- final val AkkaVersion = "2.4.2-RC1"
+ final val AkkaVersion = "2.4.4"
val akkaActor = "com.typesafe.akka" %% "akka-actor" % AkkaVersion
val akkaHttp = "com.typesafe.akka" %% "akka-http-experimental" % AkkaVersion
val akkaHttpCore = "com.typesafe.akka" %% "akka-http-core" % AkkaVersion
@@ -14,10 +14,10 @@ object Dependencies {
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % "1.0.0"
- final val FlowVersion = "2.5.0-M2"
+ final val FlowVersion = "2.6.0"
val flow = "com.github.jodersky" %% "flow-core" % FlowVersion
val flowNative = "com.github.jodersky" % "flow-native" % FlowVersion % Runtime
- val flowStream = "com.github.jodersky" % "flow-stream" % FlowVersion
+ val flowStream = "com.github.jodersky" %% "flow-stream" % FlowVersion
val jsDom = Def.setting{"org.scala-js" %%% "scalajs-dom" % "0.9.0"}
val scalatags = Def.setting{"com.lihaoyi" %%% "scalatags" % "0.5.4"}