Update coursier to 2.0.0-RC5-2 (#155)

This commit is contained in:
Scala Steward 2019-11-14 15:03:37 +01:00 committed by Alexandre Archambault
parent ce2544d776
commit 26918b9974
1 changed files with 1 additions and 1 deletions

View File

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