File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.12.20, 2.13.17 , 3.7.4]
26+ scala : [2.12.20, 2.13.18 , 3.7.4]
2727 java : [temurin@11]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -101,12 +101,12 @@ jobs:
101101 tar xf targets.tar
102102 rm targets.tar
103103
104- - name : Download target directories (2.13.17 )
104+ - name : Download target directories (2.13.18 )
105105 uses : actions/download-artifact@v5
106106 with :
107- name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }}
107+ name : target-${{ matrix.os }}-2.13.18 -${{ matrix.java }}
108108
109- - name : Inflate target directories (2.13.17 )
109+ - name : Inflate target directories (2.13.18 )
110110 run : |
111111 tar xf targets.tar
112112 rm targets.tar
Original file line number Diff line number Diff line change 11import PlayAxis ._
22
33val scala212 = " 2.12.20"
4- val scala213 = " 2.13.17 "
4+ val scala213 = " 2.13.18 "
55val scala3 = " 3.7.4"
66
77ThisBuild / organization := " org.sangria-graphql"
You can’t perform that action at this time.
0 commit comments