convert () to {} to workaround macro bug

(bug is fixed in 2.10.x branch)
This commit is contained in:
Mark Harrah 2012-12-02 03:17:20 -05:00
parent 77a709df13
commit f73e77de16
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ object Defaults extends BuildCommon
traceLevel in consoleProject :== Int.MaxValue,
autoCompilerPlugins :== true,
internalConfigurationMap :== Configurations.internalMap _,
initialize :== (),
initialize :== {},
credentials :== Nil,
scalaHome :== None,
javaHome :== None,