Use hope without dependencies. 0.14.1
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 26 Sep 2015 18:27:47 +0000 (14:27 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 26 Sep 2015 18:27:47 +0000 (14:27 -0400)
rebar.config
src/beam_stats.app.src

index 5eb75d1..c99a601 100644 (file)
@@ -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"}}}
   ]
 }.
index 81e9182..b88f464 100644 (file)
@@ -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
This page took 0.021421 seconds and 4 git commands to generate.