From 5906c93214f550f040e8d188a34eaf41ed705ad6 Mon Sep 17 00:00:00 2001 From: zaali kavelashvili Date: Mon, 25 Jan 2016 17:53:16 +0400 Subject: [PATCH] Add Exerl dep --- mix.exs | 1 + mix.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/mix.exs b/mix.exs index 92dd155..6e696c3 100644 --- a/mix.exs +++ b/mix.exs @@ -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"}, diff --git a/mix.lock b/mix.lock index 0673403..e474d98 100644 --- a/mix.lock +++ b/mix.lock @@ -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"},