Trapped errors?
This commit is contained in:
Alexandre Archambault 2020-06-26 13:16:28 +02:00
parent f5f3fd12f8
commit 315a4bb4c0
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ object ResolutionRun {
()
}
}
either.map(_ => map.toMap)
withSubResolutions.map(_ => map.toMap)
}
for (res <- resOrError)
SbtCoursierCache.default.putResolution(params.resolutionKey, res)