mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 10:14:46 +02:00
fix scripted dependency-management/cache-update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user