From 9d857d3d950b0989f741af047b46ae3205c11645 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 9 Jan 2020 13:14:04 -0500 Subject: [PATCH] lm-coursier-shaded 2.0.0-RC5-3 Fixes https://github.com/sbt/sbt/issues/5333 Fixes https://github.com/sbt/sbt/issues/5324 Fixes https://github.com/sbt/sbt/issues/5268 Ref https://github.com/sbt/sbt/issues/5282 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b7e235be8..d9e1e9379 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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 {