From 33d1e71ad5788755734013dbc8f035e523800b4f Mon Sep 17 00:00:00 2001 From: GilbertWong Date: Wed, 12 Jun 2019 09:35:26 +0800 Subject: [PATCH] Use gproc 0.8.0 rather master branch --- rebar.config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 671b78cf8..8e2d9c7cc 100644 --- a/rebar.config +++ b/rebar.config @@ -25,7 +25,5 @@ {eunit_opts, [verbose]}. -{deps, [ - {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}} -]}. +{deps, [{gproc, "0.8.0"}]}.