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.
2 parents 390a255 + 386f6e1 commit a556c28Copy full SHA for a556c28
build.sbt
@@ -6,9 +6,9 @@ import org.typelevel.sbt.gha.JavaSpec.Distribution.Zulu
6
7
organization := "com.github.swagger-akka-http"
8
9
-ThisBuild / scalaVersion := "2.13.11"
+ThisBuild / scalaVersion := "2.13.12"
10
11
-ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.1")
+ThisBuild / crossScalaVersions := Seq("2.12.18", "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