forgot dogma in tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-01-14 18:01:32 +01:00
parent 1217361b6c
commit a1f60cf386
1 changed files with 1 additions and 1 deletions

View File

@ -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}
]