From 81e131a4b5ad42f9fbc277c1164bf7f2f243a8e7 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 26 Sep 2015 14:27:47 -0400 Subject: [PATCH] Use hope without dependencies. --- rebar.config | 2 +- src/beam_stats.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 5eb75d1..c99a601 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ { deps -, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.8.0"}}} +, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.8.1"}}} , {meck, ".*", {git, "https://github.com/eproxus/meck.git" , {tag, "0.8.3"}}} ] }. diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index 81e9182..b88f464 100644 --- a/src/beam_stats.app.src +++ b/src/beam_stats.app.src @@ -1,7 +1,7 @@ {application, beam_stats, [ {description, "Periodic VM stats production and consumption."}, - {vsn, "0.14.0"}, + {vsn, "0.14.1"}, {registered, []}, {applications, [ kernel -- 2.20.1