aboutsummaryrefslogtreecommitdiff
path: root/shard/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'shard/mix.exs')
-rw-r--r--shard/mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/shard/mix.exs b/shard/mix.exs
index 5adda9e..ec80c6b 100644
--- a/shard/mix.exs
+++ b/shard/mix.exs
@@ -26,6 +26,7 @@ defmodule Shard.MixProject do
defp deps do
[
{:excoveralls, "~> 0.10", only: :test},
+ {:briefly, "~> 0.3", only: :test},
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:enacl, git: "https://github.com/jlouis/enacl.git", tag: "0.16.0"},