From ff48c8720a19342986a860024959a9c7f1bf3405 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 28 Jul 2015 15:29:03 +0200 Subject: [PATCH] Revert "remove obsolete proper dependency for otp-18.0 compatibility" This reverts commit 489a949ba439c51600878327e63e848b84e070de. --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index a397a69..5ff9756 100644 --- a/rebar.config +++ b/rebar.config @@ -3,6 +3,8 @@ {clean_files, ["ebin/*.beam"]}. {xref_checks, [exports_not_used, undefined_function_calls]}. -{deps, []}. +{deps, [ + {proper, "", {git,"git@github.com:garret-smith/proper.git"}} +]}. {ct_use_short_names, true}.