mirror of https://github.com/sbt/sbt.git
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:
parent
94edfb1530
commit
ee8a818160
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue