Skip to content

Commit

Permalink
allow slipstream and telemetry ~> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed May 11, 2022
1 parent 5a48ab4 commit 72fba01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ defmodule SlipstreamHoneycomb.MixProject do

defp deps do
[
{:slipstream, "~> 0.3"},
{:telemetry, "~> 0.4"},
{:opencensus_honeycomb, "~> 0.2.0"},
{:slipstream, "~> 0.3 or ~> 1.0"},
{:telemetry, "~> 0.4 or ~> 1.0"},
{:opencensus_honeycomb, "~> 0.2"},
# docs
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
# test
Expand Down

0 comments on commit 72fba01

Please sign in to comment.