summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index defc400..7aba43a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -67,7 +67,10 @@ defmodule MatrixAppService.MixProject do
{:plug_cowboy, "~> 2.0"},
{:phoenix_ecto, "~> 4.1"},
{:ecto_sql, "~> 3.4"},
- {:polyjuice_client, "~> 0.3.1"},
+ # {:polyjuice_client, "~> 0.3.1"},
+ # {:polyjuice_client, "~> 0.3.1", path: "../polyjuice_client"},
+ {:polyjuice_client,
+ git: "https://gitlab.com/kazarma/polyjuice_client.git", branch: "kazarma"},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:junit_formatter, "~> 3.1", only: :test},
{:cobertura_cover, "~> 0.9.0", only: :test},