Skip to content

Commit 23268da

Browse files
Philippustgodzik
authored andcommitted
Update asm to patched 9.7.1
[Cherry-picked 479aff5]
1 parent d0ff1ce commit 23268da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: compiler/src/dotty/tools/backend/jvm/BackendUtils.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ object BackendUtils {
185185
20 -> asm.Opcodes.V20,
186186
21 -> asm.Opcodes.V21,
187187
22 -> asm.Opcodes.V22,
188-
23 -> asm.Opcodes.V23
188+
23 -> asm.Opcodes.V23,
189+
24 -> asm.Opcodes.V24
189190
)
190191
}

Diff for: project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ object Build {
611611

612612
// get libraries onboard
613613
libraryDependencies ++= Seq(
614-
"org.scala-lang.modules" % "scala-asm" % "9.7.0-scala-2", // used by the backend
614+
"org.scala-lang.modules" % "scala-asm" % "9.7.1-scala-1", // used by the backend
615615
Dependencies.compilerInterface,
616616
"org.jline" % "jline-reader" % "3.27.1", // used by the REPL
617617
"org.jline" % "jline-terminal" % "3.27.1",

0 commit comments

Comments
 (0)