Skip to content

Commit 2e3757d

Browse files
committed
Update scala-library to 2.13.13
1 parent 1a50bdd commit 2e3757d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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.18, 2.13.12, 3.3.1]
26+
scala: [2.12.18, 2.13.13, 3.3.1]
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:

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.18", "2.13.12", "3.3.1")
11+
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.13", "3.3.1")
1212

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

0 commit comments

Comments
 (0)