Skip to content

Commit 2d73265

Browse files
SethTisuetgodzik
authored andcommitted
Upgrade ASM to 9.9 for JDK 26 support
1 parent 0665353 commit 2d73265

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

compiler/src/dotty/tools/backend/jvm/BackendUtils.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ object BackendUtils {
187187
22 -> asm.Opcodes.V22,
188188
23 -> asm.Opcodes.V23,
189189
24 -> asm.Opcodes.V24,
190-
25 -> asm.Opcodes.V25
190+
25 -> asm.Opcodes.V25,
191+
26 -> asm.Opcodes.V26,
191192
)
192193
}

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ object Build {
670670

671671
// get libraries onboard
672672
libraryDependencies ++= Seq(
673-
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1", // used by the backend
673+
"org.scala-lang.modules" % "scala-asm" % "9.9.0-scala-1", // used by the backend
674674
Dependencies.compilerInterface,
675675
"org.jline" % "jline-reader" % "3.29.0", // used by the REPL
676676
"org.jline" % "jline-terminal" % "3.29.0",

0 commit comments

Comments
 (0)