aeternity / aesophia_http

ISC License
6 stars 9 forks source link

Update dependencies versions #92

Closed ghallak closed 2 years ago

ghallak commented 2 years ago

Fixes #80, Fixes #88

ghallak commented 2 years ago

@davidyuk This should fix both the issues mentioned in the PR description (after I fix the failing tests).

The trailing newlines are still showing because aesophia_http still depends on an older version of aesophia and the docker build failure is caused by a failed fetch of one of the dependencies, and that failure stopped happening after I've updated the versions of the dependencies inside rebar.config.

I've noticed that you have manually edited rebar.lock here 3c3b38c90eceff3c6cbbd8917fd4915be05cae57 to work around the failed fetch. Probably not the best way to do things 😄