Update coursier to 2.0.16 (#335)

This commit is contained in:
Scala Steward 2021-04-04 14:49:51 +02:00 committed by GitHub
parent f62ec3bc54
commit 4230042a8f
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.15"
val coursierVersion0 = "2.0.16"
val lmVersion = "1.3.4"
val lm2_13Version = "1.5.0-M3"