Skip to content

Commit e2fcb67

Browse files
committed
scala 3.3
1 parent 6ebe649 commit e2fcb67

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.10"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2")
11+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0")
1212

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

@@ -22,7 +22,7 @@ pomIncludeRepository := { x => false }
2222

2323
libraryDependencies ++= Seq(
2424
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.10",
25-
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.9.1",
25+
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.10.0",
2626
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
2727
"com.beachape" %% "enumeratum" % "1.7.2",
2828
"org.scalatest" %% "scalatest" % "3.2.15" % Test,

0 commit comments

Comments
 (0)