fix scripted dependency-management/cache-update

This commit is contained in:
Eugene Yokota 2015-10-02 01:32:41 -04:00
parent de9e68da52
commit 7c7ed07dd4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
check := {
import Cache._, CacheIvy.updateIC
implicit val updateCache = updateIC
type In = IvyConfiguration :+: ModuleSettings :+: UpdateConfiguration :+: HNil
type In = IvyConfiguration :+: UpdateConfiguration :+: HNil
val s = (streams in update).value
val cacheFile = s.cacheDirectory / updateCacheName.value
val module = ivyModule.value