Skip to content

Commit

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

Backport of Pull request: #3744

Pull request: #3745
  • Loading branch information
lefou authored Oct 17, 2024
1 parent 1b68f9c commit 6f9b6dd
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 @@ -134,7 +134,7 @@ object Deps {

val acyclic = ivy"com.lihaoyi:::acyclic:0.3.12"
val ammoniteVersion = "3.0.0-M2-15-9bed9700"
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.10"
Expand Down

0 comments on commit 6f9b6dd

Please sign in to comment.