Skip to content

Commit 36e97bd

Browse files
authored
Merge pull request #305 from scala-steward/update/scala-library-2.13.18
Update scala-library to 2.13.18
2 parents e0c656b + 4401ae3 commit 36e97bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
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.17, 3.7.4]
26+
scala: [2.12.20, 2.13.18, 3.7.4]
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.17)
104+
- name: Download target directories (2.13.18)
105105
uses: actions/download-artifact@v5
106106
with:
107-
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
107+
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
108108

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

build.sbt

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

19-
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.17", "3.7.4")
19+
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.18", "3.7.4")
2020
ThisBuild / scalaVersion := crossScalaVersions.value.last
2121
ThisBuild / githubWorkflowPublishTargetBranches := List()
2222
ThisBuild / githubWorkflowBuildPreamble ++= List(

0 commit comments

Comments
 (0)