We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ff1ce commit 23268daCopy full SHA for 23268da
compiler/src/dotty/tools/backend/jvm/BackendUtils.scala
@@ -185,6 +185,7 @@ object BackendUtils {
185
20 -> asm.Opcodes.V20,
186
21 -> asm.Opcodes.V21,
187
22 -> asm.Opcodes.V22,
188
- 23 -> asm.Opcodes.V23
+ 23 -> asm.Opcodes.V23,
189
+ 24 -> asm.Opcodes.V24
190
)
191
}
project/Build.scala
@@ -611,7 +611,7 @@ object Build {
611
612
// get libraries onboard
613
libraryDependencies ++= Seq(
614
- "org.scala-lang.modules" % "scala-asm" % "9.7.0-scala-2", // used by the backend
+ "org.scala-lang.modules" % "scala-asm" % "9.7.1-scala-1", // used by the backend
615
Dependencies.compilerInterface,
616
"org.jline" % "jline-reader" % "3.27.1", // used by the REPL
617
"org.jline" % "jline-terminal" % "3.27.1",
0 commit comments