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
Thanks for reporting this. I think it's the same issue as #236 (see #240) where we upgraded the gun dependency (which also upgraded cowlib, as far as I remember).
We currently can't do a new hex release as our gun dependency is a release candidate, and we are waiting for a new 2.0 release (see ninenines/gun#268). Some workarounds have been presented for this, I will bring this up again with the maintainers.
That said, we can't release a new 0.4 version either due to the mentioned versioning issue, so the only workaround as of now is to use the Git version until 0.5 is out.
Using
{:nostrum, "~> 0.4"}
currently clashes with dependenciesgun
andcowlib
.The latest version 0.5 (
[{:nostrum, github: "Kraigie/nostrum"}]
) is executingmix deps.get
properly.Full dependency list:
The text was updated successfully, but these errors were encountered: