summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 10:24:18 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 10:24:18 +0100
commitd99a017814bccfedafc629a1ed87299b18d29738 (patch)
tree0a6313e2b96509b88bee19ccdaf006c2e8ffdb64 /mix.exs
parentupdate description (diff)
add ecto dependency
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index a8e84fb..bb0fe80 100644
--- a/mix.exs
+++ b/mix.exs
@@ -59,6 +59,7 @@ defmodule MatrixAppService.MixProject do
{:telemetry_poller, "~> 0.4"},
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},
+ {:ecto_sql, "~> 3.4"},
{:polyjuice_client, "~> 0.3.1"},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:junit_formatter, "~> 3.1", only: :test},