mirror of https://github.com/sbt/sbt.git
fix scripted dependency-management/cache-update
This commit is contained in:
parent
7c7ed07dd4
commit
7bb934ff8c
|
|
@ -358,6 +358,7 @@ object Import {
|
|||
type GetClassifiersModule = sbt.internal.librarymanagement.GetClassifiersModule
|
||||
val IfMissing = sbt.internal.librarymanagement.IfMissing
|
||||
type IfMissing = sbt.internal.librarymanagement.IfMissing
|
||||
type ModuleSettings = sbt.internal.librarymanagement.ModuleSettings
|
||||
val InlineConfiguration = sbt.internal.librarymanagement.InlineConfiguration
|
||||
type InlineConfiguration = sbt.internal.librarymanagement.InlineConfiguration
|
||||
val InlineConfigurationWithExcludes = sbt.internal.librarymanagement.InlineConfigurationWithExcludes
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
|
|||
check := {
|
||||
import Cache._, CacheIvy.updateIC
|
||||
implicit val updateCache = updateIC
|
||||
type In = IvyConfiguration :+: UpdateConfiguration :+: HNil
|
||||
type In = IvyConfiguration :+: ModuleSettings :+: UpdateConfiguration :+: HNil
|
||||
val s = (streams in update).value
|
||||
val cacheFile = s.cacheDirectory / updateCacheName.value
|
||||
val module = ivyModule.value
|
||||
|
|
|
|||
Loading…
Reference in New Issue