Skip to content

Commit

Permalink
Merge pull request #224 from SergeTupchiy/upgrade-mria-to-0.8.0
Browse files Browse the repository at this point in the history
chore: upgrade to mria 0.8.0
  • Loading branch information
SergeTupchiy authored Dec 19, 2023
2 parents 380b60d + 76d8633 commit 895bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{deps, [{jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}},
{eetcd, {git, "https://github.com/zhongwencool/eetcd", {tag, "v0.3.4"}}},
{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.0"}}},
{mria, {git, "https://github.com/emqx/mria", {tag, "0.7.1"}}}
{mria, {git, "https://github.com/emqx/mria", {tag, "0.8.0"}}}
]}.

{erl_opts, [warn_unused_vars,
Expand Down

0 comments on commit 895bf54

Please sign in to comment.