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 b812a91 + 57455d6 commit 2fe046eCopy full SHA for 2fe046e
build.sbt
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
8
9
ThisBuild / scalaVersion := "2.13.11"
10
11
-ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0")
+ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.1")
12
13
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
14
@@ -41,7 +41,7 @@ releasePublishArtifactsAction := PgpKeys.publishSigned.value
41
42
pomExtra := {
43
pomExtra.value ++ Group(
44
- <issueManagement>
+ <issueManagement>
45
<system>github</system>
46
<url>https://github.com/swagger-akka-http/swagger-enumeratum-module/issues</url>
47
</issueManagement>
0 commit comments