summaryrefslogtreecommitdiff
path: root/examples/demos/build.sbt
blob: 5374c3029cfeb7c82f424bcbe1f1eff200c7cffa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
scalaJSSettings

name := "Example"

version := "0.1-SNAPSHOT"

scalaVersion := "2.11.4"

libraryDependencies += "com.scalarx" %%% "scalarx" % "0.2.6"

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

libraryDependencies += "org.scala-lang.modules.scalajs" %%% "scalajs-dom" % "0.6"

libraryDependencies += "com.scalatags" %%% "scalatags" % "0.4.2"