Skip to content

Commit

Permalink
deps: reflect updated httpoison version in mix.exs too
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Nov 19, 2019
1 parent dda771f commit b7fd6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Crux.Rest.MixProject do
defp deps do
[
{:crux_structs, "~> 0.2"},
{:httpoison, "~> 1.5"},
{:httpoison, "~> 1.6"},
{:jason, "~> 1.1"},
{:ex_doc,
git: "https://github.com/spaceeec/ex_doc",
Expand Down

0 comments on commit b7fd6ba

Please sign in to comment.