Skip to content

Commit

Permalink
allow a dependency on beeline ~> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed May 11, 2022
1 parent da7a671 commit 31bbea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule BeelineHoneycomb.MixProject do
defp deps do
[
{:opencensus_honeycomb, "~> 0.3"},
{:beeline, "~> 0.1", optional: true},
{:beeline, "~> 1.0 or ~> 0.1", optional: true},
# docs
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
# test
Expand Down

0 comments on commit 31bbea1

Please sign in to comment.