diff --git a/README.md b/README.md index 9ee44c09..82609e83 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The migration rules use scalafix. Please see the [official installation instruct ```scala // project/plugins.sbt -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.3") ``` ### Collection213Upgrade diff --git a/project/plugins.sbt b/project/plugins.sbt index 83390fdf..f14b636b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0") addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")