Merge pull request #520 from scala-steward/update/sbt-scalafix-0.13.0

Update sbt-scalafix to 0.13.0
This commit is contained in:
Tomasz Godzik 2024-09-28 23:06:08 +02:00 committed by GitHub
commit 077fbaef8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.5")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value