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 @@ -21,7 +21,7 @@ pomIncludeRepository := { x => false }
2121// resolvers ++= Resolver.sonatypeOssRepos("snapshots")
2222
2323libraryDependencies ++= Seq (
24- " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.17 " ,
24+ " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.18 " ,
2525 " com.github.swagger-akka-http" %% " swagger-scala-module" % " 2.11.0" ,
2626 " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.15.3" ,
2727 " com.beachape" %% " enumeratum" % " 1.7.3" ,
@@ -41,7 +41,7 @@ releasePublishArtifactsAction := PgpKeys.publishSigned.value
4141
4242pomExtra := {
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 >
You can’t perform that action at this time.
0 commit comments