From 75ee16830db57d2eb15868c928ec6d39a6670834 Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Fri, 4 Sep 2015 17:15:00 -0300 Subject: [PATCH] [Closes #78] Update aleppo to 0.9.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0642b7..c9e92fe 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PROJECT = katana DEPS = sync aleppo dep_sync = git https://github.com/rustyio/sync.git master -dep_aleppo = git https://github.com/inaka/aleppo 0.9.0 +dep_aleppo = git https://github.com/inaka/aleppo 0.9.2 include erlang.mk