Skip to content

Commit

Permalink
Add Exerl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
programisti committed Jan 25, 2016
1 parent 6f30a65 commit 5906c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ defmodule NDCExSdk.Mixfile do
defp deps do
[
{:xml_builder, "0.0.8"},
{:exmerl, "~> 0.1.1"},
{:pipe, "~> 0.0.2"},
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
{:httpotion, "~> 2.1.0"},
Expand Down
1 change: 1 addition & 0 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%{"bunt": {:hex, :bunt, "0.1.4"},
"credo": {:hex, :credo, "0.2.5"},
"exmerl": {:hex, :exmerl, "0.1.1"},
"httpotion": {:hex, :httpotion, "2.1.0"},
"ibrowse": {:git, "https://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]},
"pipe": {:hex, :pipe, "0.0.2"},
Expand Down

0 comments on commit 5906c93

Please sign in to comment.