mirror of https://github.com/sbt/sbt.git
New scalariform
This commit is contained in:
parent
f26f95fe6a
commit
0df130fbe2
|
|
@ -120,7 +120,8 @@ private[compiler] class IvyComponentCompiler(compiler: RawCompiler, manager: Com
|
|||
moduleInfo = ModuleInfo(moduleID.name),
|
||||
dependencies = deps,
|
||||
configurations = Seq(Configurations.Component),
|
||||
ivyScala = None)
|
||||
ivyScala = None
|
||||
)
|
||||
|
||||
new ivySbt.Module(moduleSetting)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue