File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ val shared = Seq(
28
28
scalaJSStage in Global := FullOptStage ,
29
29
organization := " com.lihaoyi" ,
30
30
version := _root_.fastparse.Constants .version,
31
- scalaVersion := " 2.11.8 " ,
31
+ scalaVersion := " 2.12.2 " ,
32
32
libraryDependencies += " com.lihaoyi" %% " acyclic" % " 0.1.5" % " provided" ,
33
33
addCompilerPlugin(" com.lihaoyi" %% " acyclic" % " 0.1.5" ),
34
34
autoCompilerPlugins := true ,
@@ -222,7 +222,7 @@ lazy val demo = project.enablePlugins(ScalaJSPlugin)
222
222
.settings(shared:_* )
223
223
.settings(
224
224
libraryDependencies += " org.scala-js" %%% " scalajs-dom" % " 0.8.2" ,
225
- libraryDependencies += " com.lihaoyi" %%% " scalatags" % " 0.5.3 " ,
225
+ libraryDependencies += " com.lihaoyi" %%% " scalatags" % " 0.6.5 " ,
226
226
emitSourceMaps := false ,
227
227
publishArtifact := false ,
228
228
publishTo := Some (Resolver .file(" Unused transient repository" , file(" target/unusedrepo" )))
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ object DemoMain {
155
155
for (track <- remaining) track.savedTicks += tillNext
156
156
assert(remaining.exists(_.tillNext == 0 ))
157
157
logs.append(" Sleeping:\t " + milliSleep + " ms" )
158
- dom.setTimeout(() => tick(), milliSleep)
158
+ dom.window. setTimeout(() => tick(), milliSleep)
159
159
false
160
160
}else {
161
161
// `remaining` is empty, nothing left to continue playing,
You can’t perform that action at this time.
0 commit comments