Skip to content

Commit

Permalink
Merge pull request #1835 from scala-steward/update/swagger-parser-2.1.18
Browse files Browse the repository at this point in the history
Update swagger-parser to 2.1.18
  • Loading branch information
blast-hardcheese committed Oct 19, 2023
2 parents fa02cc3 + 575414e commit 0908dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object core {
commonModule("core")
.settings(
libraryDependencies ++= Seq(
"io.swagger.parser.v3" % "swagger-parser" % "2.1.16",
"io.swagger.parser.v3" % "swagger-parser" % "2.1.18",
) ++ Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.tpolecat" %% "atto-core" % "0.9.5",
Expand Down

0 comments on commit 0908dab

Please sign in to comment.