Skip to content

Commit dbbdef7

Browse files
committed
Merge pull request #5 from ASCrookes/master
Update HTTPoison to 0.8.0 for use with OTP 18
2 parents 3e637ac + ddbd20f commit dbbdef7

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Neoxir.Mixfile do
2929
# Type `mix help deps` for more examples and options
3030
defp deps do
3131
[
32-
{ :httpoison, "~> 0.5"},
32+
{ :httpoison, "~> 0.8.0"},
3333
{ :exjsx, "~> 3.1"},
3434
{ :meck, "~> 0.8.2", only: :test },
3535
{ :ex_doc, "~> 0.7", only: :docs }

mix.lock

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
%{"ex_doc": {:hex, :ex_doc, "0.7.0"},
1+
%{"certifi": {:hex, :certifi, "0.3.0"},
2+
"ex_doc": {:hex, :ex_doc, "0.7.0"},
23
"exjsx": {:hex, :exjsx, "3.1.0"},
3-
"hackney": {:hex, :hackney, "0.14.3"},
4-
"httpoison": {:hex, :httpoison, "0.5.0"},
5-
"idna": {:hex, :idna, "1.0.1"},
4+
"hackney": {:hex, :hackney, "1.4.8"},
5+
"httpoison": {:hex, :httpoison, "0.8.1"},
6+
"idna": {:hex, :idna, "1.0.3"},
67
"jsex": {:hex, :jsex, "2.0.0"},
78
"json": {:hex, :json, "0.3.2"},
89
"jsx": {:hex, :jsx, "2.4.0"},
910
"meck": {:hex, :meck, "0.8.2"},
10-
"shouldi": {:hex, :shouldi, "0.2.1"}}
11+
"mimerl": {:hex, :mimerl, "1.0.2"},
12+
"shouldi": {:hex, :shouldi, "0.2.1"},
13+
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}

0 commit comments

Comments
 (0)