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.3.4]
26
+ scala : [2.12.20, 2.13.16 , 3.3.4]
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 @@ -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.15 " , " 3.3.4" )
26
+ ThisBuild / crossScalaVersions := Seq (" 2.12.20" , " 2.13.16 " , " 3.3.4" )
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