Skip to content

Commit

Permalink
Merge pull request #20 from scala-steward/update/swagger-core-jakarta…
Browse files Browse the repository at this point in the history
…-2.2.20

Update swagger-core-jakarta to 2.2.20
  • Loading branch information
pjfanning committed Jan 13, 2024
2 parents 9478e44 + 4d6b2e1 commit 2eba209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pomIncludeRepository := { x => false }
//resolvers ++= Resolver.sonatypeOssRepos("snapshots")

libraryDependencies ++= Seq(
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.19",
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.20",
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.12.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
"com.beachape" %% "enumeratum" % "1.7.3",
Expand Down

0 comments on commit 2eba209

Please sign in to comment.