Update coursier to 2.0.0-RC6-8 (#199)

This commit is contained in:
Scala Steward 2020-02-17 14:18:30 +01:00 committed by GitHub
parent 600500ca79
commit e314e7f88e
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-RC6-5"
val coursierVersion0 = "2.0.0-RC6-8"
lazy val `lm-coursier` = project
.in(file("modules/lm-coursier"))