Skip to content

Commit 2fe046e

Browse files
authored
Merge pull request #9 from scala-steward/update/scala3-library-3.3.1
Update scala3-library to 3.3.1
2 parents b812a91 + 57455d6 commit 2fe046e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88

99
ThisBuild / scalaVersion := "2.13.11"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0")
11+
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.1")
1212

1313
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
1414

@@ -41,7 +41,7 @@ releasePublishArtifactsAction := PgpKeys.publishSigned.value
4141

4242
pomExtra := {
4343
pomExtra.value ++ Group(
44-
<issueManagement>
44+
<issueManagement>
4545
<system>github</system>
4646
<url>https://github.com/swagger-akka-http/swagger-enumeratum-module/issues</url>
4747
</issueManagement>

0 commit comments

Comments
 (0)