Update coursier to 1.1.0-M14-3 (#63)

This commit is contained in:
Scala steward 2019-05-03 11:39:59 +02:00 committed by Alexandre Archambault
parent 1fe46bedd1
commit 7e1625b91f
1 changed files with 1 additions and 1 deletions

View File

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