diff --git a/project/plugins.sbt b/project/plugins.sbt index 0c2adf86..28a54d85 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") // Deploy demo addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")