File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ pomIncludeRepository := { x => false }
2222
2323libraryDependencies ++= Seq (
2424 " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.4" ,
25- " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.7.10 " ,
26- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.13.4 " ,
25+ " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.8.0 " ,
26+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.14.0 " ,
2727 " com.beachape" %% " enumeratum" % " 1.7.0" ,
2828 " org.scalatest" %% " scalatest" % " 3.2.14" % Test ,
29- " org.slf4j" % " slf4j-simple" % " 1.7.36 " % Test
29+ " org.slf4j" % " slf4j-simple" % " 2.0.3 " % Test
3030)
3131
3232homepage := Some (new URL (" https://github.com/swagger-akka-http/swagger-enumeratum-module" ))
You can’t perform that action at this time.
0 commit comments