diff --git a/rebar.config b/rebar.config index dbe1c5c..4cc884c 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {erl_opts, [nowarn_export_all]}. {deps_dir, "deps"}. {deps, [ - {bert, ".*", {git, "git://github.com/synrc/bert", {tag,"2.5"}}}, + {bert, ".*", {git, "git://github.com/synrc/bert", {tag,"master"}}}, {nitro, ".*", {git, "git://github.com/synrc/nitro", {tag,"4.5"}}}, % {active, ".*", {git, "git://github.com/synrc/active", {tag,"master"}}}, {cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}},