File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
compiler/src/dotty/tools/backend/jvm Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ object BackendUtils {
185185 20 -> asm.Opcodes .V20 ,
186186 21 -> asm.Opcodes .V21 ,
187187 22 -> asm.Opcodes .V22 ,
188- 23 -> asm.Opcodes .V23
188+ 23 -> asm.Opcodes .V23 ,
189+ 24 -> asm.Opcodes .V24
189190 )
190191}
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ object Build {
761761
762762 // get libraries onboard
763763 libraryDependencies ++= Seq (
764- " org.scala-lang.modules" % " scala-asm" % " 9.7.0 -scala-2 " , // used by the backend
764+ " org.scala-lang.modules" % " scala-asm" % " 9.7.1 -scala-1 " , // used by the backend
765765 Dependencies .compilerInterface,
766766 " org.jline" % " jline-reader" % " 3.27.1" , // used by the REPL
767767 " org.jline" % " jline-terminal" % " 3.27.1" ,
You can’t perform that action at this time.
0 commit comments