Skip to content

Commit 4aa4a81

Browse files
committed
Update scala-library to 2.13.12
1 parent c72d99f commit 4aa4a81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import org.typelevel.sbt.gha.JavaSpec.Distribution.Zulu
66

77
organization := "com.github.swagger-akka-http"
88

9-
ThisBuild / scalaVersion := "2.13.11"
9+
ThisBuild / scalaVersion := "2.13.12"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0")
11+
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.0")
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)