projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
ef2e2c5
)
Merge branch 'support/package_versions' into 'develop'
author
rinpatch
<rinpatch@sdf.org>
Tue, 17 Sep 2019 19:12:24 +0000
(19:12 +0000)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 17 Sep 2019 19:12:24 +0000
(19:12 +0000)
[#1263] fixed ecto version
See merge request pleroma/pleroma!1685
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index 230f90244acd8cd36fb12104af57421880559451..58d1606d382963dcec01b453826764f9b26a3428 100644
(file)
--- a/
mix.exs
+++ b/
mix.exs
@@
-99,7
+99,7
@@
defmodule Pleroma.Mixfile do
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},
- {:ecto_sql, "~> 3.
1
"},
+ {:ecto_sql, "~> 3.
2
"},
{:postgrex, ">= 0.13.5"},
{:oban, "~> 0.8.1"},
{:quantum, "~> 2.3"},