Update coursier to 2.0.0-RC1 (#77)

This commit is contained in:
Scala Steward 2019-06-08 12:37:33 +02:00 committed by Alexandre Archambault
parent 57cd9b8cf8
commit 77a3f5b312
1 changed files with 1 additions and 1 deletions

View File

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