fix: also pin `redbug` to 2.0.8 in mix.exs

This commit is contained in:
Andrew Mayorov 2022-12-08 15:42:41 +03:00
parent c301c8e992
commit 9f49b8fd4a
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ defmodule EMQXUmbrella.MixProject do
# other exact versions, and not ranges.
[
{: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},
{:ehttpc, github: "emqx/ehttpc", tag: "0.4.2", override: true},
{:gproc, github: "uwiger/gproc", tag: "0.8.0", override: true},