From 713ffc544a222f0e2732572b972f340d0095713e Mon Sep 17 00:00:00 2001 From: Guillaume Pouilloux Date: Thu, 2 Mar 2023 14:09:06 +0100 Subject: [PATCH] fix(config): replace deprecated Mix.Config by Config --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 024ba75..69055cc 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,3 +1,3 @@ -use Mix.Config +import Config config :ex_unit, assert_receive_timeout: 100