X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=5600aaa4228e65ffaf0f20fc573f83fe10d71cff;hb=7f40b66d5126c10a9c23ebf674d863dfd6ed054e;hp=c859bed40f5a69de1e06f0fb1888b6e2bccef01e;hpb=d26998c2ac4592471ec38b9bb63366ea29219749;p=akkoma diff --git a/mix.exs b/mix.exs index c859bed40..5600aaa42 100644 --- a/mix.exs +++ b/mix.exs @@ -87,7 +87,7 @@ defmodule Pleroma.Mixfile do {:bbcode, "~> 0.1"}, {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, - {:mock, "~> 0.3.1", only: :test}, + {:mock, "~> 0.3.3", only: :test}, {:crypt, git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, {:cors_plug, "~> 1.5"}, @@ -113,7 +113,8 @@ 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"}, + {:plug_static_index_html, "~> 1.0.0"} ] ++ oauth_deps end