8000 [FEATURE] support phoenix 1.7.0 · Issue #191 · akoutmos/prom_ex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[FEATURE] support phoenix 1.7.0 #191
Closed
@glennr

Description

@glennr

I'm running into this when upgrading to Phoenix 1.7.0

Given this diff to mix.exs

-      {:phoenix, "~> 1.6.15"},                                                                              
+      {:phoenix, "~> 1.7.0"},
-      {:phx_live_storybook, "~> 0.4.5"},
-      {:plug_cowboy, "~> 2.5"},
+      {:phoenix_storybook, "~> 0.5.0"},
+      {:plug_cowboy, "~> 2.6"},

I get this error

 % mix deps.get
Resolving Hex dependencies...
Resolution completed in 1.358s
Because prom_ex >= 1.5.0 depends on plug_cowboy ~> 2.5.1 and your app depends on plug_cowboy ~> 2.6, prom_ex >= 1.5.0 is forbidden.
So, because your app depends on prom_ex ~> 1.7.1, version solving failed.

I'm hoping a version bump works here:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0