Skip to content

Commit

Permalink
Merge pull request #44 from shahryarjb/master
Browse files Browse the repository at this point in the history
update httpoison
  • Loading branch information
Nitrino authored Sep 9, 2018
2 parents 4f4acc6 + eec1cf2 commit efd2f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Soap.MixProject do
def project do
[
app: :soap,
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -50,7 +50,7 @@ defmodule Soap.MixProject do
{:inch_ex, "~> 0.2", only: [:dev, :docs]},

# Http && XML
{:httpoison, "~> 1.0"},
{:httpoison, "~> 1.3"},
{:xml_builder, "~> 2.1"},

# Mocks for tests
Expand Down

0 comments on commit efd2f64

Please sign in to comment.