diff options
| author | Mickaël Rémond <mickael.remond@process-one.net> | 2016-04-06 12:05:26 +0200 | 
|---|---|---|
| committer | Mickaël Rémond <mickael.remond@process-one.net> | 2016-04-06 12:05:26 +0200 | 
| commit | 2eee2de6e246e52f7ece4132a2d5ee2a68ecb9c5 (patch) | |
| tree | af48c9e0c3ba99c7dae0cd5ec2546b68104289ae | |
| parent | Merge branch 'add-error-reason' (diff) | |
| parent | upgrade stringprep to 1.03 (diff) | |
Merge pull request #1054 from richp10/master
upgrade stringprep to 1.03
| -rw-r--r-- | rebar.config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rebar.config b/rebar.config index f214482dd..5b6676a13 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@          {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}},          {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.2"}}},          {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.1"}}}, -        {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.2"}}}, +        {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.3"}}},          {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.3"}}},          {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}},          {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.2"}}}, | 
