diff options
author | Tristan Sloughter <[email protected]> | 2013-04-09 16:49:49 -0700 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-04-09 16:49:49 -0700 |
commit | f34308e8f6f08ff3cb260481c7be90e0cbe76078 (patch) | |
tree | db506faa552a61997c08d01f27c785d51bf06eb7 /rebar.config | |
parent | bd20c04683b700027ed75c090c9d4534b40b3d47 (diff) | |
parent | 10eb471cda3609156e21af93e04522543fb674c0 (diff) | |
download | relx-f34308e8f6f08ff3cb260481c7be90e0cbe76078.tar.gz relx-f34308e8f6f08ff3cb260481c7be90e0cbe76078.tar.bz2 relx-f34308e8f6f08ff3cb260481c7be90e0cbe76078.zip |
Merge pull request #51 from ericbmerritt/next
various bugfixes to the system
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 8ffc212..63ec977 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {git, "https://github.com/seancribbs/neotoma.git", {branch, "master"}}}, {erlware_commons, ".*", {git, "https://github.com/erlware/erlware_commons.git", - {branch, "next"}}}, + {branch, "master"}}}, {erlydtl, ".*", {git, "https://github.com/evanmiller/erlydtl.git", {branch, "master"}}}, |