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