Update sbt-scalafix to 0.12.1

This commit is contained in:
Scala Steward 2024-05-05 06:42:42 +00:00
parent 909de1de13
commit a6a4c99520
No known key found for this signature in database
GPG Key ID: 7FE176635A140508
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.3")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value