Update coursier to 2.0.7

This commit is contained in:
Scala Steward 2020-11-17 14:25:09 +01:00 committed by Alexandre Archambault
parent b8229fc990
commit 17c4945e2b
1 changed files with 1 additions and 1 deletions

View File

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