From 058e9bac2dd8166051bafa16d51f27ee5856929a Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 30 Oct 2014 22:37:51 -0700 Subject: web pages --- build.sbt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index a3c76ba..4ef82fa 100644 --- a/build.sbt +++ b/build.sbt @@ -33,11 +33,4 @@ lazy val book = Project( (artifactPath in (examples, Compile, fastOptJS)).value } ) -lazy val examples = project.in(file("examples")).settings(scalaJSSettings:_*).settings( - name := "Example", - version := "0.1-SNAPSHOT", - scalaVersion := "2.11.1", - libraryDependencies ++= Seq( - "org.scala-lang.modules.scalajs" %%% "scalajs-dom" % "0.6" - ) -) \ No newline at end of file +lazy val examples = project.in(file("examples")) \ No newline at end of file -- cgit v1.2.3