Skip to content

Commit

Permalink
Upgrade scalafix-interfaces to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Feb 21, 2025
1 parent 5629d86 commit c5cfbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait MillScalafixCross extends Cross.Module[String] with StyleModule with GitVe
ivy"com.lihaoyi::mill-scalalib:$millVersion"
)
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"ch.epfl.scala:scalafix-interfaces:0.14.0",
ivy"ch.epfl.scala:scalafix-interfaces:0.14.2",
ivy"org.scala-lang.modules::scala-java8-compat:1.0.2"
)

Expand Down

0 comments on commit c5cfbbd

Please sign in to comment.