Skip to content

Commit 778ef0f

Browse files
Scala 2.13.14 (#337)
* Update scala-library, scala-reflect to 2.13.14 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: Scala Steward <scala_steward@virtuslab.com>
1 parent 5a7e021 commit 778ef0f

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.19, 2.13.13, 3.3.3]
26+
scala: [2.11.12, 2.12.19, 2.13.14, 3.3.3]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: [ubuntu-latest]
70-
scala: [2.13.13]
70+
scala: [2.13.14]
7171
java: [zulu@8]
7272
runs-on: ${{ matrix.os }}
7373
steps:
@@ -104,12 +104,12 @@ jobs:
104104
tar xf targets.tar
105105
rm targets.tar
106106
107-
- name: Download target directories (2.13.13)
107+
- name: Download target directories (2.13.14)
108108
uses: actions/download-artifact@v4
109109
with:
110-
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
110+
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
111111

112-
- name: Inflate target directories (2.13.13)
112+
- name: Inflate target directories (2.13.14)
113113
run: |
114114
tar xf targets.tar
115115
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.13"
9+
ThisBuild / scalaVersion := "2.13.14"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.13", "3.3.3")
11+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.14", "3.3.3")
1212

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

0 commit comments

Comments
 (0)