From 31546d1b3d841a0fddc9c84af48361c74243ce8e Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 3 Apr 2012 15:45:23 -0400 Subject: Added an incredibly hacky way for us to override the default sbt compiler interface. --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/Build.scala') diff --git a/project/Build.scala b/project/Build.scala index 76df76d38c..7d80994c4a 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -170,7 +170,7 @@ object ScalaBuild extends Build with Layers { skip in Compile <<= lockFile.map(_ exists), lock <<= lockFile map { f => IO.touch(f) }, unlock <<= lockFile map IO.delete - ) + ) ++ CheatingCompilerSettings.settings // -------------------------------------------------------------- // Libraries used by Scalac that change infrequently -- cgit v1.2.3