Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Downgrade opentelemetry deps (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 authored Dec 29, 2021
1 parent 231a223 commit 64ddfd6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
14 changes: 8 additions & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,21 @@ defmodule Membrane.RTC.Engine.MixProject do
{:membrane_http_adaptive_stream_plugin,
github: "membraneframework/membrane_http_adaptive_stream_plugin", optional: true},
{:membrane_mp4_plugin, "~> 0.9.0", optional: true},
{:membrane_aac_plugin, "~> 0.8.0", optional: true},
{:membrane_aac_format, "~> 0.5.0", optional: true, override: true},
{:membrane_aac_fdk_plugin, "~> 0.8.0", optional: true},
{:membrane_aac_plugin, "~> 0.9.0", optional: true},
{:membrane_aac_format, "~> 0.5.0", optional: true},
{:membrane_aac_fdk_plugin, "~> 0.9.0", optional: true},
{:membrane_element_tee, "~> 0.5.0"},
{:membrane_element_fake, "~> 0.5.0"},
{:uuid, "~> 1.1"},
{:jason, "~> 1.2"},
{:dialyxir, "1.1.0", only: :dev, runtime: false},
{:ex_doc, "0.24.2", only: :dev, runtime: false},
{:credo, "~> 1.4", only: :dev, runtime: false, override: true},
{:opentelemetry_api, "~> 1.0.0-rc.3"},
{:opentelemetry, "~> 1.0.0-rc.3"},
{:open_telemetry_decorator, "~> 1.0.0-rc.3"}

# Otel
{:opentelemetry_api, "~> 0.6.0"},
{:opentelemetry, "~> 0.6.0"},
{:open_telemetry_decorator, "~> 0.5.4"}
]
end

Expand Down
Loading

0 comments on commit 64ddfd6

Please sign in to comment.