aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-04-27 20:07:44 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-04-27 20:07:44 +0300
commit6658c0d3868dc7445069d41eb21325a83b136a78 (patch)
tree805b36b9ea5d909d2fc501a481f05ee6fac95113
parentStore options using p1_options module (diff)
Bump cache_tab version
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 8ab6c4559..e72adaa13 100644
--- a/rebar.config
+++ b/rebar.config
@@ -20,7 +20,7 @@
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", "470539a"}},
- {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", "b0c787a"}},
+ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", "f31d039"}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.11"}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.8"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.21"}}},