forgot dogma in tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1217361b6c
commit
a1f60cf386
2
mix.exs
2
mix.exs
|
@ -61,7 +61,7 @@ defmodule Eventos.Mixfile do
|
|||
{:ex_machina, "~> 2.1", only: :test},
|
||||
{:credo, "~> 0.8", only: [:dev, :test], runtime: false},
|
||||
{:excoveralls, "~> 0.8", only: :test},
|
||||
{:dogma, "~> 0.1", only: :dev},
|
||||
{:dogma, "~> 0.1", only: [:dev, :test]},
|
||||
{:icalendar, "~> 0.6"},
|
||||
{:ex_doc, "~> 0.16", only: :dev, runtime: false}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue