aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5994dd6..9da4d9f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -6,8 +6,7 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
object Dependencies {
- val AkkaVersion = "2.4.2-RC1"
-
+ final val AkkaVersion = "2.4.2-RC1"
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
@@ -20,6 +19,6 @@ object Dependencies {
val jsDom = Def.setting{"org.scala-js" %%% "scalajs-dom" % "0.8.2"}
val scalatags = Def.setting{"com.lihaoyi" %%% "scalatags" % "0.5.4"}
- val scalarx = Def.setting{"com.scalarx" %% "scalarx" % "0.3.0"}
+ val scalarx = Def.setting{"com.lihaoyi" %%% "scalarx" % "0.2.8"}
}