File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.15 , 3.5.2]
26
+ scala : [2.12.20, 2.13.16 , 3.5.2]
27
27
java : [zulu@8]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
@@ -101,12 +101,12 @@ jobs:
101
101
tar xf targets.tar
102
102
rm targets.tar
103
103
104
- - name : Download target directories (2.13.15 )
104
+ - name : Download target directories (2.13.16 )
105
105
uses : actions/download-artifact@v4
106
106
with :
107
- name : target-${{ matrix.os }}-2.13.15 -${{ matrix.java }}
107
+ name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
108
108
109
- - name : Inflate target directories (2.13.15 )
109
+ - name : Inflate target directories (2.13.16 )
110
110
run : |
111
111
tar xf targets.tar
112
112
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.15 " , " 3.5.2" )
18
+ ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.16 " , " 3.5.2" )
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