fix: also pin `redbug` to 2.0.8 in mix.exs
This commit is contained in:
parent
c301c8e992
commit
9f49b8fd4a
2
mix.exs
2
mix.exs
|
@ -45,7 +45,7 @@ defmodule EMQXUmbrella.MixProject do
|
||||||
# other exact versions, and not ranges.
|
# other exact versions, and not ranges.
|
||||||
[
|
[
|
||||||
{:lc, github: "emqx/lc", tag: "0.3.2", override: true},
|
{:lc, github: "emqx/lc", tag: "0.3.2", override: true},
|
||||||
{:redbug, "2.0.7"},
|
{:redbug, "2.0.8"},
|
||||||
{:typerefl, github: "ieQu1/typerefl", tag: "0.9.1", override: true},
|
{:typerefl, github: "ieQu1/typerefl", tag: "0.9.1", override: true},
|
||||||
{:ehttpc, github: "emqx/ehttpc", tag: "0.4.2", override: true},
|
{:ehttpc, github: "emqx/ehttpc", tag: "0.4.2", override: true},
|
||||||
{:gproc, github: "uwiger/gproc", tag: "0.8.0", override: true},
|
{:gproc, github: "uwiger/gproc", tag: "0.8.0", override: true},
|
||||||
|
|
Loading…
Reference in New Issue