Skip to content

Commit ad20a78

Browse files
committed
Update scala-library to 2.12.19
1 parent 1a50bdd commit ad20a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.19, 2.13.12, 3.3.1]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88

99
ThisBuild / scalaVersion := "2.13.12"
1010

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

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

0 commit comments

Comments
 (0)