Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the Purpose?
Briefly describe what the PR addresses
due to compatibility issues i upgraded the version of tesla and jason
also changed to new conventions
use Config to import config
here is a sample error i faced that led to all this
`
Because "the lock" specifies tesla 1.8.0 and every version of at_ex depends on tesla ~> 1.2.1, the lock is incompatible wi
at_ex.
And because your app depends on the lock, no version of at_ex is allowed.
So, because your app depends on at_ex ~> 0.20.22, version solving failed.
** (Mix) Hex dependency resolution failed
I dont know if it was the right approach but it worked
`
@sigu
@zacck-zz
@kamalogudah
@johninvictus