Merge pull request #4737 from eed3si9n/wip/bumpcoursier

lm-coursier-shaded 1.1.0-M14-3
This commit is contained in:
eugene yokota 2019-05-29 10:38:06 -04:00 committed by GitHub
commit 2dabaad051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 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-2"
val lmCoursierVersion = "1.1.0-M14-3"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
val sjsonNewScalaJson = Def.setting {