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 @@ -6,7 +6,7 @@ import org.typelevel.sbt.gha.JavaSpec.Distribution.Zulu
66
77organization := " com.github.swagger-akka-http"
88
9- ThisBuild / scalaVersion := " 3.2.2 "
9+ ThisBuild / scalaVersion := " 3.3.0 "
1010
1111ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala3-enum-module" ))
1212
@@ -18,7 +18,7 @@ pomIncludeRepository := { x => false }
1818
1919libraryDependencies ++= Seq (
2020 " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.10" ,
21- " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.9.1 " ,
21+ " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.10.0 " ,
2222 " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.14.3" ,
2323 " org.scalatest" %% " scalatest" % " 3.2.15" % Test ,
2424 " org.slf4j" % " slf4j-simple" % " 2.0.7" % Test
You can’t perform that action at this time.
0 commit comments