Update coursier to 2.0.0-RC6-18

This commit is contained in:
Alexandre Archambault 2020-05-18 13:12:50 +02:00
parent ce3ee9d241
commit 627877fcc7
1 changed files with 1 additions and 1 deletions

View File

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