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 2727          - macos-13 
2828          - macos-latest 
2929          - windows-latest 
30-         scala : [2.12.20, 2.13.16 , 3.3.7] 
30+         scala : [2.12.20, 2.13.17 , 3.3.7] 
3131        java : [temurin@8, temurin@11, temurin@17, temurin@21] 
3232        exclude :
3333          - java : temurin@8 
@@ -128,7 +128,7 @@ jobs:
128128    strategy :
129129      matrix :
130130        os : [ubuntu-latest] 
131-         scala : [2.13.16 ] 
131+         scala : [2.13.17 ] 
132132        java : [temurin@8] 
133133    runs-on : ${{ matrix.os }} 
134134    steps :
@@ -194,12 +194,12 @@ jobs:
194194          tar xf targets.tar 
195195          rm targets.tar 
196196
197-        - name : Download target directories (2.13.16 ) 
197+        - name : Download target directories (2.13.17 ) 
198198        uses : actions/download-artifact@v5 
199199        with :
200-           name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }} 
200+           name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }} 
201201
202-       - name : Inflate target directories (2.13.16 ) 
202+       - name : Inflate target directories (2.13.17 ) 
203203        run : | 
204204          tar xf targets.tar 
205205          rm targets.tar 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
22
33name :=  " pekko-streams-circe" 
44
5- val  scala213Version  =  " 2.13.16 " 
5+ val  scala213Version  =  " 2.13.17 " 
66val  scala212Version  =  " 2.12.20" 
77val  scala3Version    =  " 3.3.7" 
88
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments