Update sbt-shading to 2.1.3 (#482)

This commit is contained in:
Scala Steward 2023-11-27 14:54:17 +01:00 committed by GitHub
parent d0ed477b93
commit a16308f7e3
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.12")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.1")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value