aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-02-27 17:11:10 -0800
committerJakob Odersky <jakob@odersky.com>2016-04-14 04:03:17 -0700
commitdae336ee5514970fee93b0db25ce272ab83bd3c7 (patch)
treea628a7c02c6956d99510d98f2a0321be00b241bf /project/Dependencies.scala
parent773bc081728bf770281a22c1700d05b1def75542 (diff)
downloadmavigator-dae336ee5514970fee93b0db25ce272ab83bd3c7.tar.gz
mavigator-dae336ee5514970fee93b0db25ce272ab83bd3c7.tar.bz2
mavigator-dae336ee5514970fee93b0db25ce272ab83bd3c7.zip
Refactor UI to a HUD-style interface
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index be6cbfe..ba39c94 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -19,8 +19,8 @@ object Dependencies {
val flowNative = "com.github.jodersky" % "flow-native" % FlowVersion % Runtime
val flowStream = "com.github.jodersky" % "flow-stream" % FlowVersion
- val jsDom = Def.setting{"org.scala-js" %%% "scalajs-dom" % "0.8.2"}
+ 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.2.8"}
+ val scalarx = Def.setting{"com.lihaoyi" %%% "scalarx" % "0.3.1"}
}