Skip to content

Commit 6c308a1

Browse files
Update scala-library, scala-reflect to 2.13.18 (#448)
* Update scala-library, scala-reflect to 2.13.18 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent f84e8c2 commit 6c308a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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.17, 3.3.7]
26+
scala: [2.11.12, 2.12.20, 2.13.18, 3.3.7]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [ubuntu-latest]
68-
scala: [2.13.17]
68+
scala: [2.13.18]
6969
java: [zulu@8]
7070
runs-on: ${{ matrix.os }}
7171
steps:
@@ -105,12 +105,12 @@ jobs:
105105
tar xf targets.tar
106106
rm targets.tar
107107
108-
- name: Download target directories (2.13.17)
108+
- name: Download target directories (2.13.18)
109109
uses: actions/download-artifact@v5
110110
with:
111-
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
111+
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
112112

113-
- name: Inflate target directories (2.13.17)
113+
- name: Inflate target directories (2.13.18)
114114
run: |
115115
tar xf targets.tar
116116
rm targets.tar

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import sbtghactions.JavaSpec.Distribution.Zulu
66

77
organization := "com.github.swagger-akka-http"
88

9-
ThisBuild / scalaVersion := "2.13.17"
9+
ThisBuild / scalaVersion := "2.13.18"
1010

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

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

0 commit comments

Comments
 (0)