From 90c80c1959a45a58fc2e49deaa149f0f353946c3 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 12 May 2020 14:49:14 +0200 Subject: [PATCH 1/3] Update sbt-coursier to 2.0.0-RC6-4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ee0f31af4..90ebdd4bd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") -addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-3") +addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC6-4") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value From 94edfb1530f40857f59c6ee68b287c131b1a0f91 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 12 May 2020 14:50:01 +0200 Subject: [PATCH 2/3] Use sbt-lm-coursier rather than sbt-coursier --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 90ebdd4bd..9182c91f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") -addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC6-4") +addSbtPlugin("io.get-coursier" % "sbt-lm-coursier" % "2.0.0-RC6-4") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value From ee8a81816052cccfbf74b6d1b0220389f72bda13 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 12 May 2020 16:12:32 +0200 Subject: [PATCH 3/3] Remove sbt-lm-coursier It's actually not needed, and can be an issue if users use a vanilla sbt launcher, pulling an old lm-coursier library. --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9182c91f0..91493c162 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,6 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") -addSbtPlugin("io.get-coursier" % "sbt-lm-coursier" % "2.0.0-RC6-4") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value