build(deps-dev): bump postgrex from 0.19.3 to 0.20.0 #1438
Annotations
3 warnings
Run mix test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run mix test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run mix do deps.get, compile --all-warnings --warnings-as-errors
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
Loading