Skip to content

Commit

Permalink
Merge pull request #574 from scalameta/update/sbt-scalafix-0.10.2
Browse files Browse the repository at this point in the history
Update sbt-scalafix to 0.10.2
  • Loading branch information
valencik authored Sep 17, 2022
2 parents 166698e + 97dfc35 commit c7b1523
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 @@ -5,7 +5,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.3")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.2")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
Expand Down

0 comments on commit c7b1523

Please sign in to comment.