chore: upgrade redbug to support OTP 26
This commit is contained in:
parent
0e8a674a11
commit
1b5d82eabf
2
mix.exs
2
mix.exs
|
@ -46,7 +46,7 @@ defmodule EMQXUmbrella.MixProject do
|
|||
# other exact versions, and not ranges.
|
||||
[
|
||||
{:lc, github: "emqx/lc", tag: "0.3.2", override: true},
|
||||
{:redbug, "2.0.8"},
|
||||
{:redbug, github: "emqx/redbug", tag: "2.0.10"},
|
||||
{:covertool, github: "zmstone/covertool", tag: "2.0.4.1", override: true},
|
||||
{:typerefl, github: "ieQu1/typerefl", tag: "0.9.1", override: true},
|
||||
{:ehttpc, github: "emqx/ehttpc", tag: "0.4.11", override: true},
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
{deps,
|
||||
[ {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.3.2"}}}
|
||||
, {redbug, "2.0.8"}
|
||||
, {redbug, {git, "https://github.com/emqx/redbug", {tag, "2.0.10"}}}
|
||||
, {covertool, {git, "https://github.com/zmstone/covertool", {tag, "2.0.4.1"}}}
|
||||
, {gpb, "4.19.9"}
|
||||
, {typerefl, {git, "https://github.com/ieQu1/typerefl", {tag, "0.9.1"}}}
|
||||
|
|
Loading…
Reference in New Issue