diff options
author | Roman Chvanikov <chvanikoff@gmail.com> | 2019-05-11 14:45:54 +0700 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@gmail.com> | 2019-05-11 14:45:54 +0700 |
commit | f1f7a11222f4689f000825147d16b366d915f393 (patch) | |
tree | 1a00e5c58bd1edfac01ca2cc9ac553e5ab7b92f0 /mix.exs | |
parent | b6b5b16ba4d65ecd9812b02d79f844548266eb8b (diff) | |
parent | 8d13c42926450aff6a0062f092cd1a5d59f99869 (diff) | |
download | pleroma-f1f7a11222f4689f000825147d16b366d915f393.tar.gz pleroma-f1f7a11222f4689f000825147d16b366d915f393.zip |
Merge develop
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -116,7 +116,8 @@ defmodule Pleroma.Mixfile do {:quantum, "~> 2.3"}, {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, - {:esshd, "~> 0.1.0"} + {:esshd, "~> 0.1.0"}, + {:plug_static_index_html, "~> 1.0.0"} ] ++ oauth_deps end |