Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Jul 16, 2022
1 parent 41769f1 commit 274e769
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 @@ -30,7 +30,7 @@ defmodule TzExtra.MixProject do

defp deps do
[
{:tz, "~> 0.21.1"},
{:tz, "~> 0.21.0"},
{:ecto, "~> 3.6", optional: true},
{:jason, "~> 1.2", only: :dev},
{:ex_doc, "~> 0.24", only: :dev}
Expand Down

0 comments on commit 274e769

Please sign in to comment.