Switch to coursier-2.0.0-RC4-1 (#151)

This commit is contained in:
Brice Jaglin 2019-10-18 11:50:52 +02:00 committed by Alexandre Archambault
parent d38dd69572
commit 0b193815c8
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ inThisBuild(List(
)
))
val coursierVersion0 = "2.0.0-RC4"
val coursierVersion0 = "2.0.0-RC4-1"
lazy val `lm-coursier` = project
.enablePlugins(ContrabandPlugin)

View File

@ -48,7 +48,7 @@ final case class ResolutionParams(
val cleanCache = cache
.withPool(null)
.withLogger(null)
.withS(null)
.withSync(null)
SbtCoursierCache.ResolutionKey(
dependencies,
internalRepositories,