Skip to content

Commit c289533

Browse files
authored
Update asm-tree to 9.8 (#5891)
This should add support for Java 25 to Mill 0.12.x Pull request: #5891
1 parent 5619869 commit c289533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ object Deps {
115115

116116
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.15"
117117
val ammoniteVersion = "3.0.1"
118-
val asmTree = ivy"org.ow2.asm:asm-tree:9.7.1"
118+
val asmTree = ivy"org.ow2.asm:asm-tree:9.8"
119119
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5"
120120

121121
val classgraph = ivy"io.github.classgraph:classgraph:4.8.179"

0 commit comments

Comments
 (0)