From 9b17cfff73f392af13fe0a0afbd5262fdcdeca26 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 9 Apr 2024 10:23:29 +0200 Subject: [PATCH] Update asm from 9.6 to 9.7 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 6eaa9abeed2..0105110ad7a 100644 --- a/build.sc +++ b/build.sc @@ -127,7 +127,7 @@ object Deps { val acyclic = ivy"com.lihaoyi:::acyclic:0.3.11" val ammoniteVersion = "3.0.0-M1" - val asmTree = ivy"org.ow2.asm:asm-tree:9.6" + val asmTree = ivy"org.ow2.asm:asm-tree:9.7" val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5" val coursier = ivy"io.get-coursier::coursier:2.1.9"