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.3.4 ]
26
+ scala : [2.12.20, 2.13.16, 3.3.5 ]
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.3.4 ]
74
+ scala : [3.3.5 ]
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.3.4 )
114
+ - name : Download target directories (3.3.5 )
115
115
uses : actions/download-artifact@v4
116
116
with :
117
- name : target-${{ matrix.os }}-3.3.4 -${{ matrix.java }}
117
+ name : target-${{ matrix.os }}-3.3.5 -${{ matrix.java }}
118
118
119
- - name : Inflate target directories (3.3.4 )
119
+ - name : Inflate target directories (3.3.5 )
120
120
run : |
121
121
tar xf targets.tar
122
122
rm targets.tar
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ homepage := Some(url("https://sangria-graphql.github.io/"))
23
23
licenses := Seq (
24
24
" Apache License, ASL Version 2.0" -> url(" https://www.apache.org/licenses/LICENSE-2.0" ))
25
25
26
- ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.16" , " 3.3.4 " )
26
+ ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.16" , " 3.3.5 " )
27
27
ThisBuild / scalaVersion := crossScalaVersions.value.last
28
28
ThisBuild / githubWorkflowPublishTargetBranches := List ()
29
29
ThisBuild / githubWorkflowBuildPreamble ++= List (
You can’t perform that action at this time.
0 commit comments