You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ecto gave a deprecation warning when using the `:json_library` config option:
```
warning: The :json_library configuration for the :ecto application is deprecated.
Please configure the :json_library in the driver instead:
config :postgrex, :json_library, Jason
```
0 commit comments