Skip to content

Commit

Permalink
Merge pull request #199 from jherdman/bump-ex-doc
Browse files Browse the repository at this point in the history
Bump ex_doc
  • Loading branch information
jherdman authored Apr 23, 2019
2 parents 3a1cd19 + 901f9d9 commit fcaceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule JSONAPI.Mixfile do
[
{:plug, "~> 1.0"},
{:jason, "~> 1.0", optional: true},
{:ex_doc, "~> 0.7", only: :dev},
{:ex_doc, "~> 0.20", only: :dev},
{:earmark, ">= 0.0.0", only: :dev},
{:credo, "~> 1.0", only: [:dev, :test], runtime: false},
{:phoenix, "~> 1.3", only: :test},
Expand Down

0 comments on commit fcaceab

Please sign in to comment.