Skip to content

Commit 1a1cf6f

Browse files
authored
Merge pull request #31 from scala-steward/update/scala-library-2.13.13
Update scala-library to 2.13.13
2 parents 031d450 + 0bf7c80 commit 1a1cf6f

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.19, 2.13.12, 3.3.3]
26+
scala: [2.12.19, 2.13.13, 3.3.3]
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.12]
65+
scala: [2.13.13]
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.12)
92+
- name: Download target directories (2.13.13)
9393
uses: actions/download-artifact@v4
9494
with:
95-
name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }}
95+
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
9696

97-
- name: Inflate target directories (2.13.12)
97+
- name: Inflate target directories (2.13.13)
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.12"
9+
ThisBuild / scalaVersion := "2.13.13"
1010

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

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

0 commit comments

Comments
 (0)