Update coursier to 2.0.0-RC6-14 (#221)

This commit is contained in:
Scala Steward 2020-05-04 12:39:34 +02:00 committed by GitHub
parent f336c89561
commit 38518561f3
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-12"
val coursierVersion0 = "2.0.0-RC6-14"
lazy val `lm-coursier` = project
.in(file("modules/lm-coursier"))