Skip to content

Commit

Permalink
bump elixirt openapi-generator-cli version to 6.0.1
Browse files Browse the repository at this point in the history
Includes upstream fix OpenAPITools/openapi-generator#12751 which makes a whole munch of generation improvements, including a fix for a missing dependency upon publishing
  • Loading branch information
Toby Archer committed Jul 4, 2022
1 parent 351e23e commit d1ef565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ elixir () {

file="${dir}/mix.exs"

openapi-generator-cli version-manager set 6.0.0
openapi-generator-cli version-manager set 6.0.1
openapi-generator-cli generate -i "${SPEC_FILE}" \
-g elixir \
-o "$dir" \
Expand Down

0 comments on commit d1ef565

Please sign in to comment.