mirror of https://github.com/sbt/sbt.git
Merge pull request #439 from scala-steward/update/sbt-shading-2.1.1
Update sbt-shading to 2.1.1
This commit is contained in:
commit
458381eb3f
|
|
@ -1,6 +1,6 @@
|
|||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
|
||||
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.0")
|
||||
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.1")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
|
||||
|
||||
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
|
||||
|
|
|
|||
Loading…
Reference in New Issue