diff options
author | lain <lain@soykaf.club> | 2020-02-11 13:22:35 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-11 13:22:35 +0000 |
commit | 3fee859b60d2b97e8210faf872a03d99cfc574cc (patch) | |
tree | 53e061abc3dfcc6bfa0f3024b443ac372eb7781c /mix.exs | |
parent | 335cbe2e1bccd6e5bc64d7c10f2321844a7ee715 (diff) | |
parent | ea1631d7e67e22eb49d608e066ef4a3555bf25f7 (diff) | |
download | pleroma-3fee859b60d2b97e8210faf872a03d99cfc574cc.tar.gz pleroma-3fee859b60d2b97e8210faf872a03d99cfc574cc.zip |
Merge branch 'feat/floki-fasthtml' into 'develop'
Make Floki use fast_html
See merge request pleroma/pleroma!2194
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ defmodule Pleroma.Mixfile do {:phoenix_swoosh, "~> 0.2"}, {:gen_smtp, "~> 0.13"}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, - {:floki, "~> 0.23.0"}, + {:floki, "~> 0.25"}, {:ex_syslogger, github: "slashmili/ex_syslogger", tag: "1.4.0"}, {:timex, "~> 3.5"}, {:ueberauth, "~> 0.4"}, |