Skip to content

Commit 90df5d9

Browse files
authored
Update rebar.config
1 parent bb41c80 commit 90df5d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rebar.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{erl_opts, [nowarn_export_all]}.
22
{deps_dir, "deps"}.
33
{deps, [
4-
{bert, ".*", {git, "git://github.com/synrc/bert", []}},
5-
{active, ".*", {git, "git://github.com/synrc/active", []}},
6-
{kvs, ".*", {git, "git://github.com/synrc/kvs", []}},
7-
{syn, ".*", {git, "git://github.com/ostinelli/syn", []}}
4+
{bert, ".*", {git, "git://github.com/synrc/bert", {tag,"1.11.1"}}},
5+
{active, ".*", {git, "git://github.com/synrc/active", {tag,"4.11"}}},
6+
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"5.10"}}},
7+
{syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"1.6.3"}}
88
]}.

0 commit comments

Comments
 (0)