summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2021-03-03 19:04:03 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2021-03-03 19:04:03 +0100
commit2a089f12a5adff4b8218828d8989a8724a6621a9 (patch)
treec2c1cb1ad72f3a5b07bf33b19493fbadec8c85c4 /mix.exs
parentrefacto TransactionController (diff)
use polyjuice_client from kazarma branch
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},