Skip to content

Commit 74d689a

Browse files
authored
Merge pull request #361 from scala/backport-lts-3.3-23004
Backport "Update asm to 9.8.0" to 3.3 LTS
2 parents fd2a29d + 9ebb8c4 commit 74d689a

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
@@ -186,6 +186,7 @@ object BackendUtils {
186186
21 -> asm.Opcodes.V21,
187187
22 -> asm.Opcodes.V22,
188188
23 -> asm.Opcodes.V23,
189-
24 -> asm.Opcodes.V24
189+
24 -> asm.Opcodes.V24,
190+
25 -> asm.Opcodes.V25
190191
)
191192
}

project/Build.scala

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

658658
// get libraries onboard
659659
libraryDependencies ++= Seq(
660-
"org.scala-lang.modules" % "scala-asm" % "9.7.1-scala-1", // used by the backend
660+
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1", // used by the backend
661661
Dependencies.compilerInterface,
662662
"org.jline" % "jline-reader" % "3.29.0", // used by the REPL
663663
"org.jline" % "jline-terminal" % "3.29.0",

0 commit comments

Comments
 (0)