From 57f7ac13fe3decba8ea23e021134323388b341c9 Mon Sep 17 00:00:00 2001 From: Michael Uvarov Date: Fri, 9 Sep 2016 10:50:37 +0200 Subject: [PATCH] Fix race condition in WebSockets library --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 0c12ee1a..521f453d 100644 --- a/rebar.config +++ b/rebar.config @@ -12,7 +12,7 @@ {exml, ".*", {git, "git://github.com/esl/exml.git", "2.3.0"}}, {base16, ".*", {git, "git://github.com/goj/base16.git", "ec420aa"}}, {fusco, ".*", {git, "git://github.com/esl/fusco.git", "0a428471"}}, - {wsecli, ".*", {git, "git://github.com/esl/wsecli.git", "f1c3facf82e4cd310decb036ed557b7679c0c7e0"}}, + {wsecli, ".*", {git, "git://github.com/esl/wsecli.git", {tag, "1.1.2"}}}, {meck, ".*", {git, "git://github.com/eproxus/meck.git", {tag, "0.8.2"}}}, {mustache, ".*", {git, "git://github.com/mojombo/mustache.erl.git", "d0246fe"}} ]}.