diff options
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index c596ddb2..f005115d 100644 --- a/rebar.config +++ b/rebar.config @@ -26,7 +26,7 @@ {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", {tag, "3.2.0"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", - {branch, "master"}}}, + {tag, "1.4.5"}}}, {twig, ".*", {git, "https://github.com/cloudant/twig.git", {tag, "0.2.1"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", |