upgrade to lager 3.9.1 (fix builds with Erlang/OTP 24)

Change-Id: I704855533caf00046aa046d2ac9358adeadbca31
This commit is contained in:
Harald Welte 2021-12-30 12:16:39 +01:00 committed by Pau Espin Pedrol
parent c57f8cc0b9
commit a560adee95
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{deps, [
{setup, "2.0.2"},
{lager, "3.6.8"},
{lager, {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}},
{osmo_ss7, {git, "git://git.osmocom.org/erlang/osmo_ss7", {branch, "laforge/wip"}}},
{osmo_gsup, {git, "git://git.osmocom.org/erlang/osmo_gsup", {branch, "master"}}}
]}.