Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Not compiling with Erlang/OTP 20 #28

@dantswain

Description

@dantswain

The worker_pool dependency has deprecation warnings that cause it to fail to build. I was able to get everything to compile in my Elixir project by adding

     {
       :worker_pool,
       "~> 3.0.0",
       override: true
     },

So it may be as simple as updating worker_pool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions