File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ object Cli {
99object  Scala  {
1010  def  scala212             =  " 2.12.20" 
1111  def  scala213             =  " 2.13.16" 
12-   def  scala3LtsPrefix      =  " 3.3" //  used for the LTS version tags
13-   def  scala3Lts            =  s " $scala3LtsPrefix.6  "    //  the LTS version currently used in the build
12+   def  scala3LtsPrefix      =  " 3.3"     //  used for the LTS version tags
13+   def  scala3Lts            =  s " $scala3LtsPrefix.7-RC2  "  //  the LTS version currently used in the build
1414  def  runnerScala3         =  scala3Lts
1515  def  scala3NextPrefix     =  " 3.7" 
16-   def  scala3Next           =  s " $scala3NextPrefix.3 "  //  the newest/next version of Scala
16+   def  scala3Next           =  s " $scala3NextPrefix.3 "      //  the newest/next version of Scala
1717  def  scala3NextAnnounced  = 
1818    s " $scala3NextPrefix.2 "  //  the newest/next version of Scala that's been announced
19-   def  scala3NextRc         =  " 3.7.3-RC3" //  the latest RC version of Scala Next
19+   def  scala3NextRc         =  " 3.7.3-RC3"     //  the latest RC version of Scala Next
2020  def  scala3NextRcAnnounced  =  scala3NextRc //  the latest announced RC version of Scala Next
2121
2222  //  The Scala version used to build the CLI itself.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments