From c2b0a3de4dca16cb9143acffdcc7a9ad1a730b50 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 27 Mar 2015 12:30:52 +0100 Subject: Clean up internal structure of dashboard ui. * move instruments to separate files * instruments are now updated reactively by means of scalarx Vars * upgrade scalarx version * remove panels: layout and message routing is now handled centrally --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 9dd17c5..2cd1589 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -80,7 +80,7 @@ object ApplicationBuild extends Build { val scalajs = Seq( libraryDependencies ++= Seq( "org.scala-js" %%% "scalajs-dom" % "0.8.0", - "com.lihaoyi" %%% "scalatags" % "0.4.6", + "com.lihaoyi" %%% "scalatags" % "0.5.0", "com.lihaoyi" %%% "scalarx" % "0.2.8" ) ) -- cgit v1.2.3