File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323    strategy :
2424      matrix :
2525        os : [ubuntu-latest, macos-latest, windows-latest] 
26-         scala : [2.12.19 ] 
26+         scala : [2.12.20 ] 
2727        java : [temurin@8, temurin@11, temurin@17, temurin@21] 
2828        exclude :
2929          - java : temurin@8 
@@ -107,7 +107,7 @@ jobs:
107107    strategy :
108108      matrix :
109109        os : [ubuntu-latest] 
110-         scala : [2.12.19 ] 
110+         scala : [2.12.20 ] 
111111        java : [temurin@8] 
112112    runs-on : ${{ matrix.os }} 
113113    steps :
@@ -163,12 +163,12 @@ jobs:
163163      - name : Setup sbt 
164164        uses : sbt/setup-sbt@v1 
165165
166-       - name : Download target directories (2.12.19 ) 
166+       - name : Download target directories (2.12.20 ) 
167167        uses : actions/download-artifact@v4 
168168        with :
169-           name : target-${{ matrix.os }}-2.12.19 -${{ matrix.java }} 
169+           name : target-${{ matrix.os }}-2.12.20 -${{ matrix.java }} 
170170
171-       - name : Inflate target directories (2.12.19 ) 
171+       - name : Inflate target directories (2.12.20 ) 
172172        run : | 
173173          tar xf targets.tar 
174174          rm targets.tar 
Original file line number Diff line number Diff line change 11lazy  val  lang3  =  " org.apache.commons"   %  " commons-text"   %  " 1.12.0" 
22lazy  val  repoSlug  =  " sbt/sbt-license-report" 
33
4- val  scala212  =  " 2.12.19 " 
4+ val  scala212  =  " 2.12.20 " 
55val  scala3  =  " 3.3.3" 
66
77pluginCrossBuild /  sbtVersion :=  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments