Skip to content

Commit

Permalink
Update asm from 9.7 to 9.7.1 (#3744)
Browse files Browse the repository at this point in the history
Should add support for Java 24.

Pull request: #3744
  • Loading branch information
lefou authored Oct 17, 2024
1 parent bf7b07f commit 146c120
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 @@ -118,7 +118,7 @@ object Deps {

val acyclic = ivy"com.lihaoyi:::acyclic:0.3.12"
val ammoniteVersion = "3.0.0-2-6342755f"
val asmTree = ivy"org.ow2.asm:asm-tree:9.7"
val asmTree = ivy"org.ow2.asm:asm-tree:9.7.1"
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5"

val coursier = ivy"io.get-coursier::coursier:2.1.14"
Expand Down

0 comments on commit 146c120

Please sign in to comment.