Skip to content

Commit 185abde

Browse files
authored
scala 2.13.15 (#364)
1 parent 901d6b5 commit 185abde

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.14, 3.3.4]
26+
scala: [2.11.12, 2.12.20, 2.13.15, 3.3.4]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
os: [ubuntu-latest]
73-
scala: [2.13.14]
73+
scala: [2.13.15]
7474
java: [zulu@8]
7575
runs-on: ${{ matrix.os }}
7676
steps:
@@ -110,12 +110,12 @@ jobs:
110110
tar xf targets.tar
111111
rm targets.tar
112112
113-
- name: Download target directories (2.13.14)
113+
- name: Download target directories (2.13.15)
114114
uses: actions/download-artifact@v4
115115
with:
116-
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
116+
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
117117

118-
- name: Inflate target directories (2.13.14)
118+
- name: Inflate target directories (2.13.15)
119119
run: |
120120
tar xf targets.tar
121121
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.11.12", "2.12.20", "2.13.14", "3.3.4")
11+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.15", "3.3.4")
1212

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
1+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
22

33
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
44

0 commit comments

Comments
 (0)