Set updated_at even if the object stayed the same
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 8ff0b289559d073bd44968ed27816043a881bca5..459dbfae89b0e18daf44fda2b2ec6ad7c47c5112 100644 (file)
--- 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