Skip to content

Commit 465bc17

Browse files
Update scala3-library, scala3-staging to 3.3.7 (#440)
* Update scala3-library, scala3-staging to 3.3.7 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 2574872 commit 465bc17

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.11.12, 2.12.20, 2.13.16, 3.3.6]
26+
scala: [2.11.12, 2.12.20, 2.13.16, 3.3.7]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -120,12 +120,12 @@ jobs:
120120
tar xf targets.tar
121121
rm targets.tar
122122
123-
- name: Download target directories (3.3.6)
123+
- name: Download target directories (3.3.7)
124124
uses: actions/download-artifact@v5
125125
with:
126-
name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
126+
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
127127

128-
- name: Inflate target directories (3.3.6)
128+
- name: Inflate target directories (3.3.7)
129129
run: |
130130
tar xf targets.tar
131131
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88

99
ThisBuild / scalaVersion := "2.13.16"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.16", "3.3.6")
11+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.16", "3.3.7")
1212

1313
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))
1414

0 commit comments

Comments
 (0)