Skip to content

Commit

Permalink
Merge pull request #1769 from scala-steward/update/swagger-parser-2.1.16
Browse files Browse the repository at this point in the history
Update swagger-parser to 2.1.16
  • Loading branch information
blast-hardcheese authored Aug 11, 2023
2 parents 23ad86a + ce5ba25 commit 1716d22
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.13",
"io.swagger.parser.v3" % "swagger-parser" % "2.1.16",
) ++ Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0",
"org.tpolecat" %% "atto-core" % "0.9.5",
Expand Down

0 comments on commit 1716d22

Please sign in to comment.