Skip to content

Commit

Permalink
revert swagger jar due to swagger-api/swagger-core#4297
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 6, 2022
1 parent dbffbef commit 8545b7d
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 @@ -89,7 +89,7 @@ Compile / unmanagedSourceDirectories ++= {

libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.3",
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.6",
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.4",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.3" % Test
Expand Down

0 comments on commit 8545b7d

Please sign in to comment.