aboutsummaryrefslogtreecommitdiff
path: root/shard/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'shard/mix.exs')
-rw-r--r--shard/mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/shard/mix.exs b/shard/mix.exs
index 14d0581..5adda9e 100644
--- a/shard/mix.exs
+++ b/shard/mix.exs
@@ -28,7 +28,8 @@ defmodule Shard.MixProject do
{:excoveralls, "~> 0.10", only: :test},
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
- {:salty, "~> 0.1.3", hex: :libsalty},
+ {:enacl, git: "https://github.com/jlouis/enacl.git", tag: "0.16.0"},
+ # {:salty, "~> 0.1.3", hex: :libsalty},
]
end
end