Switch to coursier 2.0.0-RC6

This commit is contained in:
Alexandre Archambault 2020-02-03 17:59:14 +01:00
parent 2843e6b415
commit 0caf764260
1 changed files with 1 additions and 1 deletions

View File

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