summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-09-18 21:54:31 +0700
committerAriadne Conill <ariadne@dereferenced.org>2019-10-04 21:59:17 +0000
commit67d772dd73af7adb2dfb912298c194fa796a72f9 (patch)
tree8d1373986dceb4af24cdb86bf9bc5f53dc16615b /mix.exs
parent1dd6d81ddf6a4d20830a7a9086e843b4aafda05f (diff)
downloadpleroma-67d772dd73af7adb2dfb912298c194fa796a72f9.tar.gz
pleroma-67d772dd73af7adb2dfb912298c194fa796a72f9.zip
Replace `Pleroma.FlakeId` with `flake_id` hex package
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 8ff0b2895..459dbfae8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -157,6 +157,7 @@ defmodule Pleroma.Mixfile do
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.11.1", only: :test},
+ {:flake_id, "~> 0.1.0"},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()
end