Update coursier to 1.1.0-M14-4 (#64)

This commit is contained in:
Scala steward 2019-05-13 09:50:13 +02:00 committed by Alexandre Archambault
parent 7e1625b91f
commit f993b8db91
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ inThisBuild(List(
)
))
val coursierVersion0 = "1.1.0-M14-3"
val coursierVersion0 = "1.1.0-M14-4"
lazy val `lm-coursier` = project
.in(file("modules/lm-coursier"))