File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest]
26
- scala : [2.12.20, 2.13.16, 3.5.2 ]
26
+ scala : [2.12.20, 2.13.16, 3.6.3 ]
27
27
java : [zulu@8]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
71
71
strategy :
72
72
matrix :
73
73
os : [ubuntu-latest]
74
- scala : [3.5.2 ]
74
+ scala : [3.6.3 ]
75
75
java : [zulu@8]
76
76
runs-on : ${{ matrix.os }}
77
77
steps :
@@ -111,12 +111,12 @@ jobs:
111
111
tar xf targets.tar
112
112
rm targets.tar
113
113
114
- - name : Download target directories (3.5.2 )
114
+ - name : Download target directories (3.6.3 )
115
115
uses : actions/download-artifact@v4
116
116
with :
117
- name : target-${{ matrix.os }}-3.5.2 -${{ matrix.java }}
117
+ name : target-${{ matrix.os }}-3.6.3 -${{ matrix.java }}
118
118
119
- - name : Inflate target directories (3.5.2 )
119
+ - name : Inflate target directories (3.6.3 )
120
120
run : |
121
121
tar xf targets.tar
122
122
rm targets.tar
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ homepage := Some(url("https://sangria-graphql.github.io/"))
15
15
licenses := Seq (
16
16
" Apache License, ASL Version 2.0" -> url(" https://www.apache.org/licenses/LICENSE-2.0" ))
17
17
18
- ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.16" , " 3.5.2 " )
18
+ ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.16" , " 3.6.3 " )
19
19
ThisBuild / scalaVersion := crossScalaVersions.value.last
20
20
ThisBuild / githubWorkflowPublishTargetBranches := List ()
21
21
ThisBuild / githubWorkflowBuildPreamble ++= List (
You can’t perform that action at this time.
0 commit comments