Merge pull request #125 from scala-steward/update/sbt-scalafix-0.9.34

Update sbt-scalafix to 0.9.34
This commit is contained in:
hrj 2022-01-12 07:52:55 +05:30 committed by GitHub
commit b7ea87a629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")