Switch to coursier 2.0.0-RC3-4 (#130)

This commit is contained in:
Alexandre Archambault 2019-09-11 09:49:51 +02:00 committed by GitHub
parent 50404c552f
commit c89f1b7124
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-RC3-3"
val coursierVersion0 = "2.0.0-RC3-4"
lazy val `lm-coursier` = project
.enablePlugins(ContrabandPlugin)