Skip to content

Commit ff179c1

Browse files
authored
Merge pull request #341 from scala-steward/update/scala-library-2.12.21
Update scala-library to 2.12.21
2 parents 1d26092 + be1d1b8 commit ff179c1

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.18, 3.7.4]
26+
scala: [2.12.21, 2.13.18, 3.7.4]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -91,12 +91,12 @@ jobs:
9191
- name: Setup sbt
9292
uses: sbt/setup-sbt@v1
9393

94-
- name: Download target directories (2.12.20)
94+
- name: Download target directories (2.12.21)
9595
uses: actions/download-artifact@v6
9696
with:
97-
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
97+
name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
9898

99-
- name: Inflate target directories (2.12.20)
99+
- name: Inflate target directories (2.12.21)
100100
run: |
101101
tar xf targets.tar
102102
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
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.18", "3.7.4")
18+
ThisBuild / crossScalaVersions := Seq("2.12.21", "2.13.18", "3.7.4")
1919
ThisBuild / scalaVersion := crossScalaVersions.value.last
2020
ThisBuild / githubWorkflowPublishTargetBranches := List()
2121
ThisBuild / githubWorkflowBuildPreamble ++= List(

0 commit comments

Comments
 (0)