From a84c09efcb2d843ee04ee3299ceb592a00a42267 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 28 Dec 2014 09:09:39 +0100 Subject: wip --- build.sbt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 43d679c..6515388 100644 --- a/build.sbt +++ b/build.sbt @@ -20,13 +20,11 @@ val sharedSettings = Seq( lazy val book = Project( id = "book", base = file("book") -).settings(sharedSettings ++ inConfig(Compile)(scalatex.SbtPlugin.settings):_*).settings( +).settings(sharedSettings ++ scalatex.SbtPlugin.projectSettings:_*).settings( libraryDependencies ++= Seq( - "org.webjars" % "highlightjs" % "8.2-1", - "org.webjars" % "pure" % "0.5.0", - "org.webjars" % "font-awesome" % "4.2.0", "com.scalatags" %% "scalatags" % "0.4.2", - "com.lihaoyi" %%% "upickle" % "0.2.5" + "com.lihaoyi" %%% "upickle" % "0.2.5", + "com.lihaoyi" %% "scalatex-site" % "0.1.0" ), (resources in Compile) += { (fullOptJS in (demos, Compile)).value -- cgit v1.2.3