aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-01-10 10:58:47 +0100
committerChristophe Romain <christophe.romain@process-one.net>2018-01-10 10:58:47 +0100
commitf914c61f422e935825d53771944f21239fc9c20f (patch)
tree126751f03882e9b611010dc317ac8ece149ccd0f
parentSend privileges if at least one of them is set, don't require all to be set (diff)
Report fs not suported on SunOS (#2204)
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 50b264f4e..7aee6b37b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -31,7 +31,7 @@
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.2"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
- {fs, ".*", {git, "https://github.com/synrc/fs", {tag, "2.12.0"}}},
+ {fs, ".*", {git, "https://github.com/synrc/fs", "bed9467"}},
{if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.17"}}}},
{if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.18"}}}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",