From 480a9f9e9299ab904fdf955d6efccfdbbfffccc3 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 14 Nov 2019 20:41:48 +0800 Subject: [PATCH] Add 'minimum_otp_vsn' option --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index 85811854a..2e9057a3a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,5 @@ +{minimum_otp_vsn, "21.0"}. + {deps, [{jsx, "2.9.0"}, % hex {cowboy, "2.6.1"}, % hex