Skip to content

Commit

Permalink
fixing ex_doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smpallen99 committed Apr 24, 2016
1 parent ae02cee commit 17fa771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ defmodule ExAdmin.Mixfile do
{:scrivener, "~> 1.0"},
{:csvlixir, "~> 1.0.0"},
{:exactor, "~> 2.2.0"},
{:ex_doc, "~> 0.11", only: :docs},
{:earmark, "~> 0.1", only: :docs},
{:ex_doc, "~> 0.11", only: :dev},
{:earmark, "~> 0.1", only: :dev},
{:ex_queb, "~> 0.1"},
]
end
Expand Down

0 comments on commit 17fa771

Please sign in to comment.