Skip to content

Commit bdd33a2

Browse files
authored
Merge pull request #291 from scala-steward/update/scala-library-2.13.16
Update scala-library to 2.13.16
2 parents 91ce6d7 + c1cdbd4 commit bdd33a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
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]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -101,12 +101,12 @@ jobs:
101101
tar xf targets.tar
102102
rm targets.tar
103103
104-
- name: Download target directories (2.13.15)
104+
- name: Download target directories (2.13.16)
105105
uses: actions/download-artifact@v4
106106
with:
107-
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
107+
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
108108

109-
- name: Inflate target directories (2.13.15)
109+
- name: Inflate target directories (2.13.16)
110110
run: |
111111
tar xf targets.tar
112112
rm targets.tar

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage := Some(url("https://sangria-graphql.github.io/"))
1515
licenses := Seq(
1616
"Apache License, ASL Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0"))
1717

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")
1919
ThisBuild / scalaVersion := crossScalaVersions.value.last
2020
ThisBuild / githubWorkflowPublishTargetBranches := List()
2121
ThisBuild / githubWorkflowBuildPreamble ++= List(

0 commit comments

Comments
 (0)