From 94edfb1530f40857f59c6ee68b287c131b1a0f91 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 12 May 2020 14:50:01 +0200 Subject: [PATCH] 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