Dependencies: Update Ecto SQL.
This commit is contained in:
parent
153c15cdb2
commit
88cc423fa3
2 changed files with 9 additions and 6 deletions
5
mix.exs
5
mix.exs
|
|
@ -65,7 +65,10 @@ defmodule Pleroma.Mixfile do
|
|||
{:plug_cowboy, "~> 2.0"},
|
||||
{:phoenix_pubsub, "~> 1.1"},
|
||||
{:phoenix_ecto, "~> 4.0"},
|
||||
{:ecto_sql, "~>3.0.5"},
|
||||
{:ecto_sql,
|
||||
git: "https://github.com/elixir-ecto/ecto_sql",
|
||||
ref: "e839a9a327b632d73533ac8105ba360bc831cf83",
|
||||
override: true},
|
||||
{:postgrex, ">= 0.13.5"},
|
||||
{:gettext, "~> 0.15"},
|
||||
{:comeonin, "~> 4.1.1"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue