Skip to content

Commit

Permalink
relax version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
gdwoolbert3 committed Mar 6, 2024
1 parent f5c338a commit 20c9c30
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 @@ -92,7 +92,7 @@ defmodule DataBuffer.MixProject do
defp deps do
[
{:keyword_validator, "~> 2.0"},
{:telemetry, "~> 1.2.1"},
{:telemetry, "~> 1.2"},
{:benchee, "~> 1.0", only: :dev},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:credo, "~> 1.7.0", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 20c9c30

Please sign in to comment.