We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a50bdd commit ad20a78Copy full SHA for ad20a78
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.12.18, 2.13.12, 3.3.1]
+ scala: [2.12.19, 2.13.12, 3.3.1]
27
java: [zulu@8]
28
runs-on: ${{ matrix.os }}
29
steps:
build.sbt
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
8
9
ThisBuild / scalaVersion := "2.13.12"
10
11
-ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")
+ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.12", "3.3.1")
12
13
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
14
0 commit comments