Skip to content

Commit

Permalink
Merge pull request #339 from FabioPinheiro/update/sbt-scalafix-0.14.0
Browse files Browse the repository at this point in the history
Update sbt-scalafix to 0.14.0
  • Loading branch information
FabioPinheiro authored Jan 21, 2025
2 parents 7771bb5 + 73fc8d6 commit ffa8019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

// https://zio.dev/howto/migrate/zio-2.x-migration-guide%20v0.9.31
//sbt "scalafixEnable; scalafixAll github:zio/zio/Zio2Upgrade?sha=series/2.x"
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")

// mdoc - https://github.com/scalameta/mdoc/tags
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
Expand Down

0 comments on commit ffa8019

Please sign in to comment.