From ac185f74ba3296c69887ad79058ea99ecc82325c Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 23 Oct 2020 16:19:27 +0200 Subject: [PATCH] Update coursier to 2.0.5 --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb385b4b9..b993c34d7 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion0 = "2.0.0" +val coursierVersion0 = "2.0.5" lazy val `lm-coursier` = project .in(file("modules/lm-coursier")) @@ -62,6 +62,7 @@ lazy val `lm-coursier-shaded` = project libraryDependencies ++= Seq( "io.get-coursier" %% "coursier" % coursierVersion0, "io.github.alexarchambault" %% "data-class" % "0.2.3" % Provided, + "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0", "org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded "org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4", "org.scalatest" %% "scalatest" % "3.2.2" % Test