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 a8e84fb..e0cffe4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -59,10 +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