summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-05-26 18:40:41 +0200
committerPierre de Lacroix <pierre@pdelacroix.com>2020-05-26 18:40:41 +0200
commitf0236253f7130415c47e1ce722f35d7af8482650 (patch)
treeb92790ed5441ef9b9a1c4faf75d88b77f8df2396 /mix.exs
parentreorganize (diff)
add client
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 04d0bf4..15a3ad5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -37,7 +37,8 @@ defmodule MatrixAppService.MixProject do
{:telemetry_metrics, "~> 0.4"},
{:telemetry_poller, "~> 0.4"},
{:jason, "~> 1.0"},
- {:plug_cowboy, "~> 2.0"}
+ {:plug_cowboy, "~> 2.0"},
+ {:polyjuice_client, "~> 0.2.2"},
]
end