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.
This commit is contained in:
Alexandre Archambault 2020-05-12 16:12:32 +02:00
parent 94edfb1530
commit ee8a818160
1 changed files with 0 additions and 1 deletions

View File

@ -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