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