Skip to content

Commit

Permalink
Update swagger-parser to fix definition parse bug
Browse files Browse the repository at this point in the history
While parsing swagger with additionalProperties, not all definitions are
resolved in swagger-parser < 1.0.34.
(swagger-api/swagger-parser#602)
This brings us to the most recent version of swagger-parser on the 1.x
line.

Fixes: guardrail-dev#40
  • Loading branch information
andrew-domino committed Apr 2, 2018
1 parent 208863a commit c2e7d6c
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 @@ -60,7 +60,7 @@ val codegenSettings = Seq(
),
libraryDependencies ++= testDependencies ++ Seq(
"org.scalameta" %% "scalameta" % "2.0.1"
, "io.swagger" % "swagger-parser" % "1.0.32"
, "io.swagger" % "swagger-parser" % "1.0.34"
, "org.tpolecat" %% "atto-core" % "0.6.0"
, "org.typelevel" %% "cats" % catsVersion
)
Expand Down

0 comments on commit c2e7d6c

Please sign in to comment.