-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebar: Sync aten version pinning with
Makefile
[Why] It was bumped to 0.6.0 in commit 3503c79. `rebar.config` was not updated at the same time.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{deps, [ | ||
{gen_batch_server, "0.8.8"}, | ||
{aten, "0.5.8"}, | ||
{aten, "0.6.0"}, | ||
{seshat, "0.6.0"} | ||
|
||
]}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{"1.2.0", | ||
[{<<"aten">>,{pkg,<<"aten">>,<<"0.5.8">>},0}, | ||
[{<<"aten">>,{pkg,<<"aten">>,<<"0.6.0">>},0}, | ||
{<<"gen_batch_server">>,{pkg,<<"gen_batch_server">>,<<"0.8.8">>},0}, | ||
{<<"seshat">>,{pkg,<<"seshat">>,<<"0.6.0">>},0}]}. | ||
[ | ||
{pkg_hash,[ | ||
{<<"aten">>, <<"B5C97F48517C4F37F26A519AA57A00A31FF1B8EA4324EC1CAE27F818ED5C0DB2">>}, | ||
{<<"aten">>, <<"7A57B275A6DAF515AC3683FB9853E280B4D0DCDD74292FD66AC4A01C8694F8C7">>}, | ||
{<<"gen_batch_server">>, <<"7840A1FA63EE1EFFC83E8A91D22664847A2BA1192D30EAFFFD914ACB51578068">>}, | ||
{<<"seshat">>, <<"3172EB1D7A2A4F66108CD6933A4E465AFF80F84AA90ED83F047B92F636123CCD">>}]}, | ||
{pkg_hash_ext,[ | ||
{<<"aten">>, <<"64D40A8CF0DDFEA4E13AF00B7327F0925147F83612D0627D9506CBFFE90C13EF">>}, | ||
{<<"aten">>, <<"5F39A164206AE3F211EF5880B1F7819415686436E3229D30B6A058564FBAA168">>}, | ||
{<<"gen_batch_server">>, <<"C3E6A1A2A0FB62AEE631A98CFA0FD8903E9562422CBF72043953E2FB1D203017">>}, | ||
{<<"seshat">>, <<"7CEF700F92831DD7CAE6A6DD223CCC55AC88ECCE0631EE9AB0F2B5FB70E79B90">>}]} | ||
]. |