From fb12dd32860de34e524c4580488b769e827c2dd6 Mon Sep 17 00:00:00 2001 From: David Cao Date: Mon, 15 Jun 2015 09:58:37 -0300 Subject: [PATCH] [#166] Update Tirerl dependecy to 0.1.7 --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8bbf694..0bc7e43 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DEPS = lager emysql emongo tirerl epgsql worker_pool riakc uuid dep_lager = git https://github.com/basho/lager.git 2.1.1 dep_emysql = git https://github.com/Eonblast/Emysql.git v0.4.1 dep_emongo = git https://github.com/inaka/emongo.git v0.2.1 -dep_tirerl = git https://github.com/inaka/tirerl 0.1.6 +dep_tirerl = git https://github.com/inaka/tirerl 0.1.7 dep_epgsql = git https://github.com/epgsql/epgsql 2.0.0 dep_worker_pool = git https://github.com/inaka/worker_pool.git 1.0.2 dep_riakc = git https://github.com/inaka/riak-erlang-client.git 2.1.1-dialyzed diff --git a/rebar.config b/rebar.config index c5f235a..8efbf4f 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {lager, ".*", {git, "git://github.com/basho/lager.git", "2.1.1"}}, {emysql, ".*", {git, "git://github.com/Eonblast/Emysql.git", "v0.4.1"}}, {emongo, ".*", {git, "git://github.com/inaka/emongo.git", "v0.2.1"}}, - {tirerl, ".*", {git, "git://github.com/inaka/tirerl", "0.1.6"}}, + {tirerl, ".*", {git, "git://github.com/inaka/tirerl", "0.1.7"}}, {epgsql, ".*", {git, "git://github.com/epgsql/epgsql", "2.0.0"}}, {worker_pool, ".*", {git, "git://github.com/inaka/worker_pool.git", "1.0.2"}}, {riakc, ".*", {git, "git://github.com/inaka/riak-erlang-client", "2.1.1-dialyzed"}},