diff --git a/rebar.config b/rebar.config index 4cc884c..63cd2e5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,9 +1,8 @@ {erl_opts, [nowarn_export_all]}. {deps_dir, "deps"}. {deps, [ - {bert, ".*", {git, "git://github.com/synrc/bert", {tag,"master"}}}, + {bert, ".*", {git, "git://github.com/synrc/bert", {tag,"2.5"}}}, {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"}}}, {n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"6.5"}}}, {forms, ".*", {git, "git://github.com/synrc/forms", {tag,"4.5"}}},