diff options
author | Jordan Wilberding <[email protected]> | 2015-04-17 08:17:05 -0700 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2015-04-17 08:17:05 -0700 |
commit | 5d33db74d5f5df99cc899a1b0b55d2d94c9526fb (patch) | |
tree | 42e0003ae84e6004313fe3afbf357ea076fb6dd3 /rebar.lock | |
parent | f9c074798872d119b603dd977a946f6ad1021ba0 (diff) | |
parent | c57c2dcd2484fec4bec3d97463ae5457ad6cb853 (diff) | |
download | relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.tar.gz relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.tar.bz2 relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.zip |
Merge pull request #332 from tsloughter/rebar3
update erlydtl and switch to rebar3
Diffstat (limited to 'rebar.lock')
-rw-r--r-- | rebar.lock | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/rebar.lock b/rebar.lock new file mode 100644 index 0000000..ac9daf6 --- /dev/null +++ b/rebar.lock @@ -0,0 +1,28 @@ +[{<<"rebar_vsn_plugin">>, + {git,"https://github.com/erlware/rebar_vsn_plugin.git", + {ref,"fd40c960c7912193631d948fe962e1162a8d1334"}}, + 1}, + {<<"merl">>, + {git,"git://github.com/erlydtl/merl.git", + {ref,"750b09d44425f435ff579a4d28bf5844bb5b4ef1"}}, + 1}, + {<<"eunit_formatters">>, + {git,"git://github.com/seancribbs/eunit_formatters", + {ref,"2c73eb6e46b0863f19507857b386a48a53aaf141"}}, + 1}, + {<<"providers">>, + {git,"https://github.com/tsloughter/providers.git", + {ref,"f06c616dd680f787fd344c5e84d1b28b5dc6568c"}}, + 0}, + {<<"getopt">>, + {git,"https://github.com/jcomellas/getopt.git", + {ref,"626698975e63866156159661d100785d65eab6f9"}}, + 0}, + {<<"erlydtl">>, + {git,"https://github.com/erlydtl/erlydtl.git", + {ref,"a4ac28680d6e066aabf86b3be9f073352a1a4d40"}}, + 0}, + {<<"erlware_commons">>, + {git,"https://github.com/erlware/erlware_commons.git", + {ref,"05b956da26788f30b3cb793fa6ace02b75f481d0"}}, + 0}]. |