Skip to content

Commit 715b3d4

Browse files
Update asm to 9.7 (#2813)
1 parent e9fe2e7 commit 715b3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ object Deps {
105105
// This dependency is used to ensure that Ammonite is available for Scala versions
106106
// that Scala CLI supports.
107107
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M1-8-35694880"
108-
def asm = ivy"org.ow2.asm:asm:9.6"
108+
def asm = ivy"org.ow2.asm:asm:9.7"
109109
// Force using of 2.13 - is there a better way?
110110
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
111111
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))

0 commit comments

Comments
 (0)