florinpatrascu / bolt_sips

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

Update lock file to fix errors in elixir 1.15 #113

Closed MoriGM closed 11 months ago

MoriGM commented 11 months ago

Just upgraded the lock file

florinpatrascu commented 11 months ago

Please use the mix.exs instead, not its lock file.

MoriGM commented 11 months ago

Its meant for the mix test when Testing the Project.

Ŧl๏гเภ @.***> schrieb am Fr., 28. Juli 2023, 14:05:

Please use the mix.exs instead, not its lock file.

— Reply to this email directly, view it on GitHub https://github.com/florinpatrascu/bolt_sips/pull/113#issuecomment-1655569736, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHHVYG2ZISFVYREL4H5MBYDXSOTKBANCNFSM6AAAAAA22TCHZU . You are receiving this because you authored the thread.Message ID: @.***>

florinpatrascu commented 11 months ago

Any library upgrades should be done through the mix.exs, period.

The lock file will reflect the upgrade after you run $ mix deps.update, which will update the dependency and write the updated version to the lockfile.

MoriGM commented 11 months ago

Than just close it.

florinpatrascu commented 11 months ago

Ok then, thank you for your support.