try other build options

pull/138/head
Thibault Duplessis 2014-12-06 10:23:51 +01:00
parent e51e28f5cb
commit 6f599ad5d6
3 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ object ApplicationBuild extends Build {
jgit, elastic4s, findbugs, RM, PRM,
spray.caching, maxmind, prismic),
scalacOptions := compilerOptions,
incOptions := incOptions.value.withNameHashing(true),
// updateOptions := updateOptions.value.withCachedResolution(true),
sources in doc in Compile := List(),
TwirlKeys.templateImports ++= Seq(

View File

@ -11,6 +11,7 @@ object BuildSettings {
resolvers ++= Dependencies.Resolvers.commons,
parallelExecution in Test := false,
scalacOptions := compilerOptions,
incOptions := incOptions.value.withNameHashing(true),
// updateOptions := updateOptions.value.withCachedResolution(true),
sources in doc in Compile := List())

View File

@ -1 +1 @@
sbt.version=0.13.7
sbt.version=0.13.6