mirror of https://github.com/sbt/sbt.git
convert () to {} to workaround macro bug
(bug is fixed in 2.10.x branch)
This commit is contained in:
parent
77a709df13
commit
f73e77de16
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue