aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-05-24 17:44:07 +0200
committerLoïc Hoguin <[email protected]>2021-05-24 17:44:07 +0200
commitf9175998687678e227bdd49669e2d83f0648fa57 (patch)
treef6e78db75b81edffaf3826626ba3f109bfc77e48 /Makefile
parentfe25965f3a2f1347529fec8c7afa981313378e31 (diff)
downloadgun-f9175998687678e227bdd49669e2d83f0648fa57.tar.gz
gun-f9175998687678e227bdd49669e2d83f0648fa57.tar.bz2
gun-f9175998687678e227bdd49669e2d83f0648fa57.zip
Gun 2.0.0-rc.22.0.0-rc.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2830261..ffa370d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = gun
PROJECT_DESCRIPTION = HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
-PROJECT_VERSION = 2.0.0-rc.1
+PROJECT_VERSION = 2.0.0-rc.2
# Options.
@@ -14,13 +14,13 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl
LOCAL_DEPS = ssl
DEPS = cowlib
-dep_cowlib = git https://github.com/ninenines/cowlib master
+dep_cowlib = git https://github.com/ninenines/cowlib 2.11.0
DOC_DEPS = asciideck
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper cowboy ranch
dep_ct_helper = git https://github.com/extend/ct_helper.git master
-dep_cowboy_commit = master
+dep_cowboy_commit = 2.9.0
dep_ranch_commit = 2.0.0
# CI configuration.
@@ -155,3 +155,10 @@ prepare_tag:
echo $$f:; \
grep == $$f; \
done
+ $(verbose) echo
+ $(verbose) echo "Dependencies:"
+ $(verbose) grep ^DEPS Makefile || echo "DEPS ="
+ $(verbose) grep ^dep_ Makefile || true
+ $(verbose) echo
+ $(verbose) echo "rebar.config:"
+ $(verbose) cat rebar.config || true