From c88ba700afacecf5a61a744f4cb052b9024e232d Mon Sep 17 00:00:00 2001 From: Piotr Nosek Date: Tue, 1 Sep 2015 15:18:17 +0200 Subject: [PATCH] Use OTP 18-fixed deps --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 819f269..9ab45c1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,14 +1,14 @@ {erl_opts, [debug_info, {i, ["include"]}]}. -{require_otp_vsn, "R?1[4567]"}. +{require_otp_vsn, "R?1[45678]"}. {deps, [ - {escalus, "2\.6.\.*", {git, "git://github.com/esl/escalus.git", "51a82dc"}}, + {escalus, ".*", {git, "git://github.com/esl/escalus.git", "07ed66ccd52a57af2a8556cc7015fbda1a0104a0"}}, {exml, "2\.1\..*", {git, "git://github.com/esl/exml.git", {tag, "2.1.5"}}}, {usec, ".*", {git, "git://github.com/esl/usec.git", {branch, "master"}}}, {mustache, ".*", {git, "git://github.com/mojombo/mustache.erl.git", {branch, "master"}}}, {katt, ".*", {git, "git://github.com/for-GET/katt.git", "e14ac2c8dfde73dc7b4d1526b9fa702ccf95a8a8"}}, - {proper, "1\.1", {git, "https://github.com/manopapad/proper.git", {tag, "v1.1"}}} + {proper, ".*", {git, "https://github.com/manopapad/proper.git", "20e62bc32f9bd43fe2ff52944a4ef99eb71d1399"}} ]}.