Update sbt-shading to 2.0.1 (#332)

This commit is contained in:
Scala Steward 2021-03-21 17:16:30 +01:00 committed by GitHub
parent 2bea3ad0cf
commit b79b094269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
addSbtPlugin("io.github.alexarchambault.sbt" % "sbt-compatibility" % "0.0.8")
addSbtPlugin("io.github.alexarchambault.sbt" % "sbt-eviction-rules" % "0.2.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.1")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value