Skip to content

Commit fcfb09b

Browse files
authored
Merge pull request #268 from scala-steward/update/scala3-library-3.3.5
Update scala3-library to 3.3.5
2 parents a21fb82 + ed24310 commit fcfb09b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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.3.4]
26+
scala: [2.12.20, 2.13.16, 3.3.5]
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.3.4]
74+
scala: [3.3.5]
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.3.4)
114+
- name: Download target directories (3.3.5)
115115
uses: actions/download-artifact@v4
116116
with:
117-
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
117+
name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }}
118118

119-
- name: Inflate target directories (3.3.4)
119+
- name: Inflate target directories (3.3.5)
120120
run: |
121121
tar xf targets.tar
122122
rm targets.tar

build.sbt

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

26-
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4")
26+
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.5")
2727
ThisBuild / scalaVersion := crossScalaVersions.value.last
2828
ThisBuild / githubWorkflowPublishTargetBranches := List()
2929
ThisBuild / githubWorkflowBuildPreamble ++= List(

0 commit comments

Comments
 (0)