From 146c120ee7146e5b42b82f586c3a4484d8fb0691 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 17 Oct 2024 09:44:39 +0200 Subject: [PATCH] Update asm from 9.7 to 9.7.1 (#3744) Should add support for Java 24. Pull request: https://github.com/com-lihaoyi/mill/pull/3744 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 1e74ba6c456..6bb2758bacd 100644 --- a/build.mill +++ b/build.mill @@ -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"