File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
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.3 ]
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.3 ]
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.3 )
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.3 -${{ matrix.java }}
118118
119- - name : Inflate target directories (3.7.2 )
119+ - name : Inflate target directories (3.7.3 )
120120 run : |
121121 tar xf targets.tar
122122 rm targets.tar
Original file line number Diff line number Diff line change 1- version = 3.9 .9
1+ version = 3.9 .10
22
33runner.dialect = scala213
44
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.3 " )
2020ThisBuild / scalaVersion := crossScalaVersions.value.last
2121ThisBuild / githubWorkflowPublishTargetBranches := List ()
2222ThisBuild / githubWorkflowBuildPreamble ++= List (
Original file line number Diff line number Diff line change 1- sbt.version =1.11.6
1+ sbt.version =1.11.7
You can’t perform that action at this time.
0 commit comments