Switch to coursier 2.0.0-RC5-3 (#163)

This commit is contained in:
Alexandre Archambault 2019-12-08 15:16:39 +01:00 committed by GitHub
parent d48b98fc64
commit 3d70b6cdc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ inThisBuild(List(
)
))
val coursierVersion0 = "2.0.0-RC5-2"
val coursierVersion0 = "2.0.0-RC5-3"
lazy val `lm-coursier` = project
.in(file("modules/lm-coursier"))