Skip to content

Commit 557b31c

Browse files
authored
Merge pull request #294 from scala-steward/update/scala3-library-3.6.3
Update scala3-library to 3.6.3
2 parents f04832d + 9ffc44d commit 557b31c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: .github/workflows/ci.yml

+5-5
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.16, 3.5.2]
26+
scala: [2.12.20, 2.13.16, 3.6.3]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
os: [ubuntu-latest]
74-
scala: [3.5.2]
74+
scala: [3.6.3]
7575
java: [zulu@8]
7676
runs-on: ${{ matrix.os }}
7777
steps:
@@ -111,12 +111,12 @@ jobs:
111111
tar xf targets.tar
112112
rm targets.tar
113113
114-
- name: Download target directories (3.5.2)
114+
- name: Download target directories (3.6.3)
115115
uses: actions/download-artifact@v4
116116
with:
117-
name: target-${{ matrix.os }}-3.5.2-${{ matrix.java }}
117+
name: target-${{ matrix.os }}-3.6.3-${{ matrix.java }}
118118

119-
- name: Inflate target directories (3.5.2)
119+
- name: Inflate target directories (3.6.3)
120120
run: |
121121
tar xf targets.tar
122122
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.16", "3.5.2")
18+
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.6.3")
1919
ThisBuild / scalaVersion := crossScalaVersions.value.last
2020
ThisBuild / githubWorkflowPublishTargetBranches := List()
2121
ThisBuild / githubWorkflowBuildPreamble ++= List(

0 commit comments

Comments
 (0)