Skip to content

Commit f73be45

Browse files
committed
scala 2.13.15
1 parent 121450b commit f73be45

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.12.20, 2.13.14, 3.3.4]
26+
scala: [2.12.20, 2.13.15, 3.3.4]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu-latest]
65-
scala: [2.13.14]
65+
scala: [2.13.15]
6666
java: [zulu@8]
6767
runs-on: ${{ matrix.os }}
6868
steps:
@@ -89,12 +89,12 @@ jobs:
8989
tar xf targets.tar
9090
rm targets.tar
9191
92-
- name: Download target directories (2.13.14)
92+
- name: Download target directories (2.13.15)
9393
uses: actions/download-artifact@v4
9494
with:
95-
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
95+
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
9696

97-
- name: Inflate target directories (2.13.14)
97+
- name: Inflate target directories (2.13.15)
9898
run: |
9999
tar xf targets.tar
100100
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.14"
9+
ThisBuild / scalaVersion := "2.13.15"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.4")
11+
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4")
1212

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

0 commit comments

Comments
 (0)