diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-01-15 16:25:23 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-01-15 16:25:23 +0100 |
commit | 8b76fdd0359b7a15599782445327c8510011f43d (patch) | |
tree | f0f86d6335bf21c5f4266a7802d14311a227ee94 | |
parent | Typo (diff) |
And another typo...
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index e58ca1177..39608346d 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.26"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.14"}}}, {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.34"}}}, - {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag: "1.3.0"}}}, + {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.3.0"}}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.17"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.3"}}}, |