Skip to content

Commit 7b998db

Browse files
Update scala-library, scala-reflect to 2.13.11 (#256)
1 parent 4e68117 commit 7b998db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
os: [ubuntu-latest]
87-
scala: [2.13.10]
87+
scala: [2.13.11]
8888
java: [zulu@8]
8989
runs-on: ${{ matrix.os }}
9090
steps:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import org.typelevel.sbt.gha.JavaSpec.Distribution.Zulu
66

77
organization := "com.github.swagger-akka-http"
88

9-
ThisBuild / scalaVersion := "2.13.10"
9+
ThisBuild / scalaVersion := "2.13.11"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0")
11+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.11", "3.3.0")
1212

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

0 commit comments

Comments
 (0)