aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala14
1 files changed, 7 insertions, 7 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index baf4a0f..582fdde 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -6,21 +6,21 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
object Dependencies {
- final val AkkaVersion = "2.4.7"
+ final val AkkaVersion = "2.4.12"
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
+ val akkaHttp = "com.typesafe.akka" %% "akka-http-experimental" % "2.4.11"
+ val akkaHttpCore = "com.typesafe.akka" %% "akka-http-core" % "2.4.11"
val akkaStream = "com.typesafe.akka" %% "akka-stream" % AkkaVersion
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % "1.0.0"
- final val FlowVersion = "3.0.1"
+ final val FlowVersion = "3.0.3"
val flow = "ch.jodersky" %% "flow-core" % FlowVersion
val flowNative = "ch.jodersky" % "flow-native" % FlowVersion % Runtime
val flowStream = "ch.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"}
- val scalarx = Def.setting{"com.lihaoyi" %%% "scalarx" % "0.3.1"}
+ val jsDom = Def.setting{"org.scala-js" %%% "scalajs-dom" % "0.9.1"}
+ val scalatags = Def.setting{"com.lihaoyi" %%% "scalatags" % "0.6.1"}
+ val scalarx = Def.setting{"com.lihaoyi" %%% "scalarx" % "0.3.2"}
}