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
When following the README in Elixir 1.11, you get the following warning:
Compiling 11 files (.ex)
warning: Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
lib/monitoring/application.ex:18: Monitoring.Application.start/2
We should update the README to use the new child spec style.
The text was updated successfully, but these errors were encountered:
When following the README in Elixir 1.11, you get the following warning:
We should update the README to use the new child spec style.
The text was updated successfully, but these errors were encountered: