Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion channel-sender/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v24.12.0
lts/*
10 changes: 5 additions & 5 deletions channel-sender/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ChannelSenderEx.MixProject do
def project do
[
app: :channel_sender_ex,
version: "0.3.2",
version: "0.3.3",
elixir: "~> 1.19",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule ChannelSenderEx.MixProject do
{:gen_state_machine, "~> 3.0"},
{:jason, "~> 1.4"},
{:libcluster, "~> 3.5"},
{:plug_cowboy, "~> 2.7"},
{:plug_cowboy, "~> 2.8"},
{:plug_crypto, "~> 2.1"},
{:vapor, "~> 0.10"},
# for metrics and tracing
Expand All @@ -62,16 +62,16 @@ defmodule ChannelSenderEx.MixProject do
git: "https://github.com/bancolombia/opentelemetry_plug.git", tag: "v1.3.0"},
{:opentelemetry_semantic_conventions, "~> 1.27"},
{:cowboy_telemetry, "~> 0.4"},
{:telemetry, "~> 1.3"},
{:telemetry, "~> 1.4"},
{:telemetry_metrics_prometheus, "~> 1.1"},
{:telemetry_poller, "~> 1.3"},
# Profiling tools
{:eflambe, "~> 0.3"},
{:observer_cli, "~> 1.8"},
# Dev and Test dependencies
# {:meck, "0.9.2"},
{:hackney, "~> 1.25", only: :test},
{:stream_data, "~> 1.2", only: :test},
{:hackney, "~> 4.0", only: :test},
{:stream_data, "~> 1.3", only: :test},
{:mock, "~> 0.3", only: :test},
{:benchee, "~> 1.5", only: [:dev, :benchee]},
{:gun, "~> 2.2", only: [:test, :benchee]},
Expand Down
Loading
Loading