summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mauch <mauch@crealytics.de>2015-03-23 10:44:22 +0100
committerMartin Mauch <mauch@crealytics.de>2015-03-23 10:44:22 +0100
commit7ede081f7f4abc5315962b8bd8b3136e4535a3eb (patch)
treef386b83ee982c7e6abc6252c43f1dd082026645e
parent1ceebf4dfe143f8b6d92d34ac7189bd664b643c1 (diff)
downloadworkbench-7ede081f7f4abc5315962b8bd8b3136e4535a3eb.tar.gz
workbench-7ede081f7f4abc5315962b8bd8b3136e4535a3eb.tar.bz2
workbench-7ede081f7f4abc5315962b8bd8b3136e4535a3eb.zip
Updated to Scala.js 0.6.2
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 70c96e9..cb031ee 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
import sbt.Keys._
-val scalaJsVersion = "0.6.1"
+val scalaJsVersion = "0.6.2"
val defaultSettings = Seq(
unmanagedSourceDirectories in Compile <+= baseDirectory(_ / "shared" / "main" / "scala"),