Update Coursier to 2.0.8 (#304)

This commit is contained in:
Frank S. Thomas 2020-12-24 02:39:02 +01:00 committed by GitHub
parent a9995ca977
commit 81de29c78d
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.7"
val coursierVersion0 = "2.0.8"
lazy val `lm-coursier` = project
.in(file("modules/lm-coursier"))