When I try to upgrade (removing deps/cowboy and deps/cowlib), make and run it again to get the latest COWBOY Web Server, then it failed by cowby:start_http undefined
application: cowboy_test
exited: {bad_return,
{{cowboy_test_app,start,[normal,[]]},
{'EXIT',
{undef,
[{cowboy,start_http,
[my_http_listener,100,
[{port,8080}],
[{env,[{dispatch,[{'_',[],[{[],[],hello_handler,[]}]}]}]}]],
[]},
{cowboy_test_app,start,2,
[{file,"src/cowboy_test_app.erl"},{line,13}]},
{application_master,start_it_old,4,
[{file,"application_master.erl"},{line,273}]}]}}}}
Any recommendation please