Skip to content

Commit d10c29b

Browse files
committed
Proper environments for deps
1 parent 3456413 commit d10c29b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ defmodule Mongo.Ecto.Mixfile do
2626
{:ecto, "~> 2.1.0"},
2727
{:dialyxir, "~> 0.5", only: :dev, runtime: false},
2828
{:excoveralls, "~> 0.8", only: :test},
29-
{:inch_ex, "~> 0.5", only: :docs},
30-
{:earmark, "~> 1.0", only: :docs},
31-
{:ex_doc, "~> 0.11", only: :docs}
29+
{:inch_ex, "~> 0.5", only: [:dev, :test]},
30+
{:earmark, "~> 1.0", only: :dev},
31+
{:ex_doc, ">= 0.0.0", only: :dev}
3232
]
3333
end
3434

0 commit comments

Comments
 (0)