diff options
author | richp10 <richp10@gmail.com> | 2016-04-06 08:40:10 +0000 |
---|---|---|
committer | richp10 <richp10@gmail.com> | 2016-04-06 08:40:10 +0000 |
commit | acc11195f82f8c4c7f21f9e5f750f14baadc15ad (patch) | |
tree | af48c9e0c3ba99c7dae0cd5ec2546b68104289ae | |
parent | Merge branch 'add-error-reason' (diff) |
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 f214482d..5b6676a1 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"}}}, |