X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=2888b69e22c31e4ad5371894dac61cc606bc299d;hb=718b59a2631af6245570a073e3c5b2464b810a27;hp=fae21f18d5323f145f878350120e5d6e46855191;hpb=238dd72fad2452a8da594e68b8e6c80d709587e8;p=akkoma diff --git a/mix.exs b/mix.exs index fae21f18d..2888b69e2 100644 --- a/mix.exs +++ b/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: "14cb065a74c488d737d973f7a91bc036c6245f78", + override: true}, {:postgrex, ">= 0.13.5"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, @@ -113,7 +116,9 @@ defmodule Pleroma.Mixfile do {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, - {:esshd, "~> 0.1.0"} + {:esshd, "~> 0.1.0"}, + {:ex_rated, "~> 1.2"}, + {:plug_static_index_html, "~> 1.0.0"} ] ++ oauth_deps end