Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 7e4e9be

Browse files
author
Annette Bieniusa
committed
Updating rebar3
1 parent cb8750b commit 7e4e9be

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: erlang
22
otp_release:
33
- 19.1
4-
- 20.1
4+
- 20.3
5+
- 21.0
56
install:
67
- make
78
- ./rebar3 update

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{sub_dirs, ["rel"]}.
33

44
{deps, [
5-
{lager, "3.6.1"},
5+
{lager, "3.6.2"},
66
{riak_pb, ".*", {git, "git://github.com/syncfree/riak_pb", {tag, "v0.6.0"}}}
77
]}.
88

rebar.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
{"1.1.0",
12
[{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
2-
{<<"lager">>,{pkg,<<"lager">>,<<"3.6.1">>},0},
3+
{<<"lager">>,{pkg,<<"lager">>,<<"3.6.2">>},0},
34
{<<"meck">>,
45
{git,"https://github.com/basho/meck.git",
56
{ref,"dde759050eff19a1a80fd854d7375174b191665d"}},
@@ -11,4 +12,9 @@
1112
{<<"riak_pb">>,
1213
{git,"git://github.com/syncfree/riak_pb",
1314
{ref,"a0d45fdf5f09e96828cf3a4628ab6c7e2fe56bbc"}},
14-
0}].
15+
0}]}.
16+
[
17+
{pkg_hash,[
18+
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
19+
{<<"lager">>, <<"2C72950A0E75FFD927DD35BC85EA30E7680A264C4BBD08B328250871AC456CC2">>}]}
20+
].

rebar3

-34.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)