Skip to content

Commit 356c9e6

Browse files
committed
4.4
1 parent b149ed4 commit 356c9e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rebar.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{erl_opts, [nowarn_export_all]}.
22
{deps_dir, "deps"}.
33
{deps, [
4-
{bert, ".*", {git, "git://github.com/synrc/bert", {tag,"master"}}},
5-
{nitro, ".*", {git, "git://github.com/synrc/nitro", {tag,"master"}}},
4+
{bert, ".*", {git, "git://github.com/synrc/bert", {tag,"2.4"}}},
5+
{nitro, ".*", {git, "git://github.com/synrc/nitro", {tag,"4.4"}}},
66
% {active, ".*", {git, "git://github.com/synrc/active", {tag,"master"}}},
77
{cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", {tag,"master"}}},
8-
{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"master"}}},
9-
{forms, ".*", {git, "git://github.com/synrc/forms", {tag,"master"}}},
10-
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
8+
{n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"6.4"}}},
9+
{forms, ".*", {git, "git://github.com/synrc/forms", {tag,"4.4"}}},
10+
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"6.4"}}},
1111
{syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"1.5.0"}}}
1212
]}.

0 commit comments

Comments
 (0)