Skip to content

Commit

Permalink
Update scalafix-interfaces to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and joan38 committed Jan 5, 2024
1 parent 3cc103f commit 8179e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ trait MillScalafixCross
ivy"com.lihaoyi::mill-main:$millVersion",
ivy"com.lihaoyi::mill-scalalib:$millVersion"
)
val scalafixVersion = "0.11.0"
val scalafixVersion = "0.11.1"
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"ch.epfl.scala:scalafix-interfaces:$scalafixVersion",
ivy"org.scala-lang.modules::scala-collection-compat:2.11.0",
Expand Down

0 comments on commit 8179e4f

Please sign in to comment.