Merge pull request #5354 from eed3si9n/wip/bumpcoursier

lm-coursier-shaded 2.0.0-RC5-3
This commit is contained in:
eugene yokota 2020-01-09 16:16:02 -05:00 committed by GitHub
commit 3d510e27ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ object Dependencies {
def addSbtZincCompileCore(p: Project): Project =
addSbtModule(p, sbtZincPath, "zincCompileCore", zincCompileCore)
val lmCoursierVersion = "2.0.0-RC5-2"
val lmCoursierVersion = "2.0.0-RC5-3"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
val sjsonNewScalaJson = Def.setting {