mirror of https://github.com/sbt/sbt.git
fix scripted dependency-management/cache-update
This commit is contained in:
parent
de9e68da52
commit
7c7ed07dd4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue