florinpatrascu / bolt_sips

Neo4j driver for Elixir
Apache License 2.0
256 stars 49 forks source link

Keep Boltex version #38

Closed ndac-todoroki closed 6 years ago

ndac-todoroki commented 6 years ago

Boltex 0.4.0 has a non-backward update. Accidentally updating (by mix deps.update --all etc.) causes connection init crash with a WithClauseError, and it loops forever trying to connect. Until the with clause gets updated, Boltex version should be kept back I guess.

sourcelevel-bot[bot] commented 6 years ago

Hello, @ndac-todoroki! This is your first Pull Request that will be reviewed by Ebert, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

florinpatrascu commented 6 years ago

You’re right, thank you for the PR