summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-06 09:07:44 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-06 09:07:44 -0400
commit4e18c48c03528ed7d0a839a633e393bc2865dc8c (patch)
treec5d8be71b913a12e5712a5444700540837eb65e3 /mix.exs
parentadd JSON headers to endpoints (diff)
add support for filters
BREAKING CHANGE: the client struct now needs a user ID
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e7bc1cb..3d48fb2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -46,7 +46,8 @@ defmodule PolyjuiceClient.MixProject do
[
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:hackney, "~> 1.12"},
- {:poison, "~> 4.0"}
+ {:poison, "~> 4.0"},
+ {:polyjuice_util, "~> 0.1.0"}
]
end