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