summaryrefslogblamecommitdiff
path: root/examples/demos/build.sbt
blob: 6a7b10c6d6f4187f98605f1e85ebbec99e3ad6a7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      
 
                            




                         
                        
 
                                                                        
 
                                                            
 
                                                                 
 
                                                              
 
                                                            

                                                                         
(emitSourceMaps in fullOptJS) := false

enablePlugins(ScalaJSPlugin)

name := "Example"

version := "0.1-SNAPSHOT"

scalaVersion := "2.11.4"

libraryDependencies += "com.lihaoyi" %% "acyclic" % "0.1.2" % "provided"

libraryDependencies += "com.lihaoyi" %%% "upickle" % "0.2.6"

libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.8.0"

libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.4.5"

libraryDependencies += "com.lihaoyi" %%% "scalarx" % "0.2.7"

libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.2"