diff options
author | Mark Felder <feld@FreeBSd.org> | 2018-04-11 13:55:54 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSd.org> | 2018-04-11 13:55:54 +0000 |
commit | 366138fa72303cfb7db7db6e57554a48534db451 (patch) | |
tree | 9e6477e107a1aca415c563ffd3079dbe8eb4c4de /mix.exs | |
parent | b910483c16e231f107d0c4e8c76f60a6a1bd1a79 (diff) | |
download | pleroma-366138fa72303cfb7db7db6e57554a48534db451.tar.gz pleroma-366138fa72303cfb7db7db6e57554a48534db451.zip |
Update httpoison to get the latest hackney.
Works on my computer ^TM
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ defmodule Pleroma.Mixfile do {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.16.1"}, {:cachex, "~> 2.1"}, - {:httpoison, "~> 0.11.2"}, + {:httpoison, "~> 1.1.0"}, {:jason, "~> 1.0"}, {:ex_machina, "~> 2.0", only: :test}, {:credo, "~> 0.7", only: [:dev, :test]}, |