From ee8a81816052cccfbf74b6d1b0220389f72bda13 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 12 May 2020 16:12:32 +0200 Subject: [PATCH] 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