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]
26- scala : [2.12.20, 2.13.17, 3.7.2 ]
26+ scala : [2.12.20, 2.13.17, 3.7.4 ]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
7171 strategy :
7272 matrix :
7373 os : [ubuntu-latest]
74- scala : [3.7.2 ]
74+ scala : [3.7.4 ]
7575 java : [zulu@8]
7676 runs-on : ${{ matrix.os }}
7777 steps :
@@ -111,12 +111,12 @@ jobs:
111111 tar xf targets.tar
112112 rm targets.tar
113113
114- - name : Download target directories (3.7.2 )
114+ - name : Download target directories (3.7.4 )
115115 uses : actions/download-artifact@v5
116116 with :
117- name : target-${{ matrix.os }}-3.7.2 -${{ matrix.java }}
117+ name : target-${{ matrix.os }}-3.7.4 -${{ matrix.java }}
118118
119- - name : Inflate target directories (3.7.2 )
119+ - name : Inflate target directories (3.7.4 )
120120 run : |
121121 tar xf targets.tar
122122 rm targets.tar
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage := Some(url("https://sangria-graphql.github.io/"))
1616licenses := Seq (
1717 " Apache License, ASL Version 2.0" -> url(" https://www.apache.org/licenses/LICENSE-2.0" ))
1818
19- ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.17" , " 3.7.2 " )
19+ ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.17" , " 3.7.4 " )
2020ThisBuild / scalaVersion := crossScalaVersions.value.last
2121ThisBuild / githubWorkflowPublishTargetBranches := List ()
2222ThisBuild / githubWorkflowBuildPreamble ++= List (
You can’t perform that action at this time.
0 commit comments