We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9679746 commit 9ebb8c4Copy full SHA for 9ebb8c4
compiler/src/dotty/tools/backend/jvm/BackendUtils.scala
@@ -186,6 +186,7 @@ object BackendUtils {
186
21 -> asm.Opcodes.V21,
187
22 -> asm.Opcodes.V22,
188
23 -> asm.Opcodes.V23,
189
- 24 -> asm.Opcodes.V24
+ 24 -> asm.Opcodes.V24,
190
+ 25 -> asm.Opcodes.V25
191
)
192
}
project/Build.scala
@@ -657,7 +657,7 @@ object Build {
657
658
// get libraries onboard
659
libraryDependencies ++= Seq(
660
- "org.scala-lang.modules" % "scala-asm" % "9.7.1-scala-1", // used by the backend
+ "org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1", // used by the backend
661
Dependencies.compilerInterface,
662
"org.jline" % "jline-reader" % "3.29.0", // used by the REPL
663
"org.jline" % "jline-terminal" % "3.29.0",
0 commit comments