Merge pull request #4845 from eed3si9n/wip/bumpcoursier

lm-coursier-shaded 2.0.0-RC2-1
This commit is contained in:
eugene yokota 2019-07-06 00:36:24 +09:00 committed by GitHub
commit 0a54d8facc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ object Dependencies {
def addSbtZincCompileCore(p: Project): Project =
addSbtModule(p, sbtZincPath, "zincCompileCore", zincCompileCore)
val lmCoursierVersion = "1.1.0-M14-4"
val lmCoursierVersion = "2.0.0-RC2-1"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
val sjsonNewScalaJson = Def.setting {