diff -r eb0fb99d0289 -r 48479e4b89d4 build.sc --- a/build.sc Thu Nov 08 19:12:42 2018 +0100 +++ b/build.sc Thu Nov 22 13:15:29 2018 +0100 @@ -52,7 +52,6 @@ "-Xcheckinit", // Wrap field accessors to throw an exception on uninitialized access. "-Xfuture", // Turn on future language features. "-target:jvm-1.8", - "--illegal-access=warn" )} } @@ -67,11 +66,13 @@ ivy"com.typesafe.akka::akka-slf4j:$akkaVer", ivy"org.json4s::json4s-native:3.6.2", ivy"ch.qos.logback:logback-classic:1.2.3", - ivy"com.lihaoyi::scalatags:0.6.7" + ivy"com.lihaoyi::scalatags:0.6.7", + ivy"org.webjars:bootstrap:4.1.3", + ivy"org.webjars:font-awesome:5.5.0" ) override def scalacOptions = T{super.scalacOptions.map(_ :+ - "-Xmacro-settings:conf.output.dir=jvm/src/main/resources" + "-Xmacro-settings:conf.output.dir=jvm/resources" )} override def mainClass = Some("sqwl.cms.Server")