diff options
author | Tristan Sloughter <[email protected]> | 2014-12-16 17:44:52 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2014-12-16 17:44:52 -0600 |
commit | 63587bb0b40d5a396bd8b277f89a5afe901843e1 (patch) | |
tree | b10ed5dac0b858f87647a4b0fb1ca2253de4bd8c | |
parent | c131510aa4804d7d6bf2ffb44fdd1e1e5ded9b5a (diff) | |
download | relx-63587bb0b40d5a396bd8b277f89a5afe901843e1.tar.gz relx-63587bb0b40d5a396bd8b277f89a5afe901843e1.tar.bz2 relx-63587bb0b40d5a396bd8b277f89a5afe901843e1.zip |
tag providers repo
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index ca9894b..e990194 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {branch, "master"}}}, {providers, ".*", {git, "https://github.com/tsloughter/providers.git", - {branch, "master"}}}, + {tag, "v1.0.0"}}}, {erlydtl, ".*", {git, "https://github.com/erlydtl/erlydtl.git", {tag, "0.9.0"}}}, |