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 @@ -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}
Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ object Build {
790790
791791      //  get libraries onboard
792792      libraryDependencies ++=  Seq (
793-         " org.scala-lang.modules" %  " scala-asm" %  " 9.7.1 -scala-1" //  used by the backend
793+         " org.scala-lang.modules" %  " scala-asm" %  " 9.8.0 -scala-1" //  used by the backend
794794        Dependencies .compilerInterface,
795795        " org.jline" %  " jline-reader" %  " 3.29.0" //  used by the REPL
796796        " org.jline" %  " jline-terminal" %  " 3.29.0" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments