Update sbt-shading to 2.1.0 (#409)

This commit is contained in:
Scala Steward 2022-08-16 16:40:29 +02:00 committed by GitHub
parent 21a7e74710
commit f8f3917ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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