Skip to content

Commit

Permalink
Fix deps to be all hex based
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jan 26, 2025
1 parent 77f72cd commit f6522ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ defmodule Cldr.Numbers.Mixfile do

defp deps do
[
{:ex_cldr, path: "../cldr", override: true},
# {:ex_cldr, "~> 2.38"},

# {:ex_cldr_currencies, path: "../cldr_currencies"},
{:ex_cldr, "~> 2.38"},
{:ex_cldr_currencies, "~> 2.16"},

{:digital_token, "~> 0.3 or ~> 1.0"},
Expand Down

0 comments on commit f6522ae

Please sign in to comment.