lfe-mug / lmug

LFE HTTP Server Abstraction and Web Application Middleware Infrastructure
20 stars 3 forks source link

Can't install with mix #44

Closed John-Goff closed 7 months ago

John-Goff commented 7 months ago

I was attempting to install lmug with mix, and got the following error:

➤ mix deps.get
Resolving Hex dependencies...
Resolution completed in 0.025s
Because logjam >= 1.2.3 depends on lfe 2.1.2 and every version of lmug depends on lfe 2.1.3, logjam >= 1.2.3 is incompatible with lmug.
And because every version of lmug depends on logjam 1.2.3, no version of lmug is allowed.
So, because your app depends on lmug ~> 0.2.8, version solving failed.
** (Mix) Hex dependency resolution failed

I added {:lmug, "~> 0.2.8"} to my mix.exs file. I'll submit a patch for this, just opening this issue for tracking :)