We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cff04 commit 6382065Copy full SHA for 6382065
test_integrations/phoenix_app/mix.exs
@@ -41,6 +41,13 @@ defmodule PhoenixApp.MixProject do
41
{:phoenix_html, "~> 4.1"},
42
{:phoenix_live_reload, "~> 1.2", only: :dev},
43
{:phoenix_ecto, "~> 4.6", optional: true},
44
+ {:heroicons,
45
+ github: "tailwindlabs/heroicons",
46
+ tag: "v2.1.1",
47
+ sparse: "optimized",
48
+ app: false,
49
+ compile: false,
50
+ depth: 1},
51
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
52
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
53
{:floki, ">= 0.30.0", only: :test},
@@ -59,7 +66,7 @@ defmodule PhoenixApp.MixProject do
59
66
{:opentelemetry, "~> 1.4"},
60
67
{:opentelemetry_api, "~> 1.3"},
61
68
{:opentelemetry_phoenix, "~> 1.2"},
62
- {:opentelemetry_bandit, "~> 0.1.4", github: "solnic/opentelemetry-bandit"},
69
+ {:opentelemetry_bandit, "~> 0.1.4", github: "solnic/opentelemetry-bandit", depth: 1},
63
70
{:opentelemetry_ecto, "~> 1.2"},
64
71
{:sentry, path: "../.."},
65
72
{:hackney, "~> 1.18"}
0 commit comments