Skip to content

Commit

Permalink
Update sbt-scalafix to 0.11.1 in main (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com>
  • Loading branch information
atala-dev committed Apr 30, 2024
1 parent 59594a1 commit f2c3da1
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.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

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

0 comments on commit f2c3da1

Please sign in to comment.