diff --git a/rebar.config b/rebar.config index 286d320..ae0bc18 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {erl_opts, [debug_info]}. {deps, [ - {shotgun, "1.2.1"}, + {shotgun, "~> 1.2"}, {jsx, "3.1.0"}, {verl, "1.0.1"}, {lru, "2.4.0"},