Update coursier to 2.0.0-RC2 (#79)

This commit is contained in:
Scala Steward 2019-06-10 07:57:09 +02:00 committed by Alexandre Archambault
parent 77a3f5b312
commit d3336d2e47
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ inThisBuild(List(
)
))
val coursierVersion0 = "2.0.0-RC1"
val coursierVersion0 = "2.0.0-RC2"
lazy val `lm-coursier` = project
// .enablePlugins(ContrabandPlugin)