From 42d13bb07c4dacb4ad2093f35318d87caa4670d0 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 3 Dec 2018 12:34:11 +0100 Subject: [PATCH] Switch to coursier 1.1.0-M9 (#13) --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 35d254077..c1ba154f1 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild(List( ) )) -val coursierVersion = "1.1.0-M8" +val coursierVersion = "1.1.0-M9" lazy val `lm-coursier` = project .in(file("modules/lm-coursier")) @@ -24,7 +24,6 @@ lazy val `lm-coursier` = project shared, libraryDependencies ++= Seq( "io.get-coursier" %% "coursier" % coursierVersion, - "io.get-coursier" %% "coursier-cache" % coursierVersion, "io.get-coursier" %% "coursier-extra" % coursierVersion, // We depend on librarymanagement-ivy rather than just // librarymanagement-core to handle the ModuleDescriptor passed