Skip to content

Commit b1d4d07

Browse files
the-mikedavismkuratczyk
authored andcommitted
TMP: Bump seshat
The commit hash should be replaced when a new hex version is cut.
1 parent 64eee62 commit b1d4d07

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ESCRIPT_EMU_ARGS = -noinput -setcookie ra_fifo_cli
1010

1111
dep_gen_batch_server = hex 0.8.9
1212
dep_aten = hex 0.6.0
13-
dep_seshat = hex 0.6.0
13+
dep_seshat = git https://github.com/rabbitmq/seshat.git 2b09eab1e1ec2e97de744236fad98fdb6c3897fa
1414
DEPS = aten gen_batch_server seshat
1515

1616
TEST_DEPS = proper meck eunit_formatters inet_tcp_proxy

rebar.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{deps, [
22
{gen_batch_server, "0.8.9"},
33
{aten, "0.6.0"},
4-
{seshat, "0.6.0"},
4+
{seshat, {git, "https://github.com/rabbitmq/seshat",
5+
{ref, "2b09eab1e1ec2e97de744236fad98fdb6c3897fa"}}},
56
{eqwalizer_support,
67
{git_subdir,
78
"https://github.com/whatsapp/eqwalizer.git",

rebar.lock

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"eqwalizer_support"},
77
0},
88
{<<"gen_batch_server">>,{pkg,<<"gen_batch_server">>,<<"0.8.9">>},0},
9-
{<<"seshat">>,{pkg,<<"seshat">>,<<"0.6.0">>},0}]}.
9+
{<<"seshat">>,
10+
{git,"https://github.com/rabbitmq/seshat",
11+
{ref,"2b09eab1e1ec2e97de744236fad98fdb6c3897fa"}},
12+
0}]}.
1013
[
1114
{pkg_hash,[
1215
{<<"aten">>, <<"7A57B275A6DAF515AC3683FB9853E280B4D0DCDD74292FD66AC4A01C8694F8C7">>},
@@ -15,5 +18,5 @@
1518
{pkg_hash_ext,[
1619
{<<"aten">>, <<"5F39A164206AE3F211EF5880B1F7819415686436E3229D30B6A058564FBAA168">>},
1720
{<<"gen_batch_server">>, <<"C8581FE4A4B6BCCF91E53CE6A8C7E6C27C8C591BAB5408B160166463F5579C22">>},
18-
{<<"seshat">>, <<"7CEF700F92831DD7CAE6A6DD223CCC55AC88ECCE0631EE9AB0F2B5FB70E79B90">>}]}
21+
{<<"seshat">>, <<"C3E6A1A2A0FB62AEE631A98CFA0FD8903E9562422CBF72043953E2FB1D203017">>}]}
1922
].

0 commit comments

Comments
 (0)