lm-coursier-shaded 2.0.0-RC5-2

Fixes #5132
Fixes #4706
Fixes #4688
This commit is contained in:
Eugene Yokota 2019-11-22 14:00:48 -05:00
parent b18140c14b
commit 0e3f94ea53
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 = "2.0.0-RC3-4"
val lmCoursierVersion = "2.0.0-RC5-2"
val lmCoursierShaded = "io.get-coursier" %% "lm-coursier-shaded" % lmCoursierVersion
val sjsonNewScalaJson = Def.setting {