Skip to content

Commit 6382065

Browse files
committed
WIP
1 parent f0cff04 commit 6382065

File tree

1 file changed

+8
-1
lines changed
  • test_integrations/phoenix_app

1 file changed

+8
-1
lines changed

test_integrations/phoenix_app/mix.exs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ defmodule PhoenixApp.MixProject do
4141
{:phoenix_html, "~> 4.1"},
4242
{:phoenix_live_reload, "~> 1.2", only: :dev},
4343
{: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},
4451
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
4552
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
4653
{:floki, ">= 0.30.0", only: :test},
@@ -59,7 +66,7 @@ defmodule PhoenixApp.MixProject do
5966
{:opentelemetry, "~> 1.4"},
6067
{:opentelemetry_api, "~> 1.3"},
6168
{: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},
6370
{:opentelemetry_ecto, "~> 1.2"},
6471
{:sentry, path: "../.."},
6572
{:hackney, "~> 1.18"}

0 commit comments

Comments
 (0)