From a11a6d82e7f8739aa5e9a006a79d9837be39f790 Mon Sep 17 00:00:00 2001 From: Euen Date: Tue, 19 Jan 2016 12:31:35 -0300 Subject: [PATCH] [Fix #332] update katana version --- Makefile | 2 +- rebar.config | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b61f454..85e66bc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DEPS = lager zipper katana dep_lager = git https://github.com/basho/lager.git 3.0.2 dep_zipper = hex 0.1.4 -dep_katana = hex 0.2.18 +dep_katana = hex 0.2.20 TEST_DEPS = meck diff --git a/rebar.config b/rebar.config index 92e24ed..5f16918 100644 --- a/rebar.config +++ b/rebar.config @@ -22,8 +22,8 @@ {deps, [ {lager, "3.0.2"}, - {zipper, ".*", {git, "https://github.com/inaka/zipper.git", {tag, "0.1.4"}}}, - {katana, ".*", {git, "https://github.com/inaka/erlang-katana.git", {tag, "0.2.18"}}} + {zipper, ".*", {git, "https://github.com/inaka/zipper.git", {tag, "0.1.4"}}}, + {katana, "0.2.20"} ] }. @@ -38,3 +38,4 @@ undefined_functions, locals_not_used, deprecated_function_calls, deprecated_functions]}. +{plugins, [rebar3_hex]}. \ No newline at end of file