File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88
99ThisBuild / 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
1313ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-enumeratum-module" ))
1414
@@ -22,7 +22,7 @@ pomIncludeRepository := { x => false }
2222
2323libraryDependencies ++= 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 ,
You can’t perform that action at this time.
0 commit comments