New scalariform

This commit is contained in:
Eugene Yokota
2015-09-14 01:22:52 -04:00
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)
}