Skip to content

Commit

Permalink
Update swagger-parser to 2.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and blast-hardcheese committed Oct 19, 2023
1 parent fa02cc3 commit 575414e
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 575414e

Please sign in to comment.