Update coursier to 2.0.0-RC6-12 (#215)

This commit is contained in:
Scala Steward 2020-04-16 03:26:21 +02:00 committed by GitHub
parent 8d25bb0039
commit 7a359d2b4e
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-10"
val coursierVersion0 = "2.0.0-RC6-12"
lazy val `lm-coursier` = project
.in(file("modules/lm-coursier"))