depending on update is enough for ivy report to be generated

This commit is contained in:
Johannes Rudolph 2012-05-20 18:19:51 +02:00
parent c0e3053180
commit 6722536991
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ object Plugin extends sbt.Plugin {
IvyGraphMLDependencies.transform(report("compile").getAbsolutePath, resultFile.getAbsolutePath)
streams.log.info("Wrote dependency graph to '%s'" format resultFile)
resultFile
} dependsOn(deliverLocal)
} dependsOn(update)
)
def crossName(moduleId: ModuleID, scalaVersion: String) =