summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 11:03:21 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 11:03:21 +0100
commit00c212554e24ea707499859b30f75374d4d3508a (patch)
tree3d8e4a69bf45e52c4fc1b79fa9c64388cbb19aee /mix.exs
parentupdate dependencies (diff)
add bridge context
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index bb0fe80..e0cffe4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -59,11 +59,13 @@ defmodule MatrixAppService.MixProject do
{:telemetry_poller, "~> 0.4"},
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},
+ {:phoenix_ecto, "~> 4.1"},
{:ecto_sql, "~> 3.4"},
{:polyjuice_client, "~> 0.3.1"},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:junit_formatter, "~> 3.1", only: :test},
- {:cobertura_cover, "~> 0.9.0", only: :test}
+ {:cobertura_cover, "~> 0.9.0", only: :test},
+ {:postgrex, ">= 0.0.0", only: :test}
]
end