You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:43:34 UTC

[32/50] lager commit: updated refs/heads/import-master to da4419e

Force goldrush to version 0.1.6


Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/017a5167
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/017a5167
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/017a5167

Branch: refs/heads/import-master
Commit: 017a5167fa222d9df15876ec6907454c1c84f4ef
Parents: 6ab08dc
Author: Andrew Thompson <an...@hijacked.us>
Authored: Fri Jan 24 00:39:08 2014 -0500
Committer: Andrew Thompson <an...@hijacked.us>
Committed: Fri Jan 24 00:39:08 2014 -0500

----------------------------------------------------------------------
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/017a5167/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 4278d3e..ec113f5 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,7 +1,7 @@
 {erl_opts, [debug_info]}.
 {erl_first_files, ["src/lager_util.erl"]}.
 {deps, [
-        {goldrush, ".*",
+        {goldrush, "0\.1\.6",
             {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}}
        ]}.