Skip to content

Commit

Permalink
Update scalafix-interfaces to 0.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and joan38 committed Dec 1, 2020
1 parent d2ef503 commit b21175a
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 @@ -26,7 +26,7 @@ object `mill-scalafix`
ivy"com.lihaoyi::mill-main:$millVersion",
ivy"com.lihaoyi::mill-scalalib:$millVersion"
)
val scalafixVersion = "0.9.23"
val scalafixVersion = "0.9.24"
override def ivyDeps =
super.ivyDeps() ++ Agg(
ivy"ch.epfl.scala:scalafix-interfaces:$scalafixVersion",
Expand Down

0 comments on commit b21175a

Please sign in to comment.