Skip to content

Commit 628419e

Browse files
Merge pull request #211 from rabbitmq/mk-gen-batch-server-0.9.1
Bump `gen_batch_server` to `0.9.1`
2 parents e79d1c2 + e23a4f5 commit 628419e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PROJECT = osiris
1515
# This project uses an app.src file
1616

1717
LOCAL_DEPS = sasl crypto
18-
dep_gen_batch_server = hex 0.9.0
18+
dep_gen_batch_server = hex 0.9.1
1919
dep_seshat = hex 1.0.1
2020
DEPS = gen_batch_server seshat
2121

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{project_plugins, [rebar3_format]}.
22

33
{deps, [
4-
{gen_batch_server, "0.9.0"},
4+
{gen_batch_server, "0.9.1"},
55
{seshat, "1.0.1"}
66

77
]}.

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{"1.2.0",
2-
[{<<"gen_batch_server">>,{pkg,<<"gen_batch_server">>,<<"0.9.0">>},0},
2+
[{<<"gen_batch_server">>,{pkg,<<"gen_batch_server">>,<<"0.9.1">>},0},
33
{<<"seshat">>,{pkg,<<"seshat">>,<<"1.0.1">>},0}]}.
44
[
55
{pkg_hash,[

0 commit comments

Comments
 (0)