Skip to content

Commit

Permalink
Update sbt-scalafix to 0.12.0 in main (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
atala-dev authored and mineme0110 committed Apr 30, 2024
1 parent 71ed93d commit 28084ae
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 @@ -48,7 +48,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.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")

// Deploy demo
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
Expand Down

0 comments on commit 28084ae

Please sign in to comment.