Skip to content

Commit

Permalink
Update acyclic from 0.3.15 to 0.3.16 (#4656)
Browse files Browse the repository at this point in the history
Pull request: #4656
  • Loading branch information
lefou authored Mar 5, 2025
1 parent 6846a8b commit a7b957c
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 @@ -121,7 +121,7 @@ object Deps {
val play =
Seq(Play_3_0, Play_2_9, Play_2_8, Play_2_7, Play_2_6).map(p => (p.playBinVersion, p)).toMap

val acyclic = ivy"com.lihaoyi:::acyclic:0.3.15"
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.16"
val ammoniteVersion = "3.0.1"
val asmTree = ivy"org.ow2.asm:asm-tree:9.7.1"
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5".withDottyCompat(scalaVersion)
Expand Down

0 comments on commit a7b957c

Please sign in to comment.