mirror of https://github.com/sbt/sbt.git
Update sbt-shading to 2.1.0 (#409)
This commit is contained in:
parent
21a7e74710
commit
f8f3917ba9
|
|
@ -1,6 +1,6 @@
|
|||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
|
||||
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.1")
|
||||
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.0")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
|
||||
|
||||
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
|
||||
|
|
|
|||
Loading…
Reference in New Issue