Skip to content

Commit 2195da5

Browse files
Philippustgodzik
authored andcommitted
Update asm to 9.8.0
1 parent 76071d2 commit 2195da5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

+2-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ object Build {
662662

663663
// get libraries onboard
664664
libraryDependencies ++= Seq(
665-
"org.scala-lang.modules" % "scala-asm" % "9.7.1-scala-1", // used by the backend
665+
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1", // used by the backend
666666
Dependencies.compilerInterface,
667667
"org.jline" % "jline-reader" % "3.27.1", // used by the REPL
668668
"org.jline" % "jline-terminal" % "3.27.1",

0 commit comments

Comments
 (0)