diff --git a/rebar.config b/rebar.config index 50ab687..6ec8648 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {deps, [{spinlock, "0.2.1"}]}. {profiles, [ - {test, [{deps, [{xxh3, "0.3.5"}]}]} + {test, [{deps, [{xxh3, "0.3.6"}]}]} ]}. {project_plugins, [erlfmt]}.