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 f751a05 commit cb07e3eCopy full SHA for cb07e3e
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.12.19, 2.13.14, 3.3.3]
+ scala: [2.12.19, 2.13.14, 3.4.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.14"
10
11
-ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
+ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.1")
12
13
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
14
0 commit comments