Update coursier to 2.0.9 (#308)

This commit is contained in:
Scala Steward 2021-01-22 14:27:18 +01:00 committed by GitHub
parent 2ed7ed3d9d
commit 0060b8e921
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.8"
val coursierVersion0 = "2.0.9"
val lmVersion = "1.3.4"
val lm2_13Version = "1.5.0-M3"