Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Sep 8, 2024
1 parent 4a9f3cc commit d2c1c8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/basic/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ defmodule Basic.MixProject do

defp deps do
[
# {:time_zone_info, "~> 0.7"}
{:time_zone_info, path: "../.."}
{:time_zone_info, "~> 0.7"}
# {:time_zone_info, path: "../.."}
]
end
end
2 changes: 1 addition & 1 deletion examples/basic/mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
"time_zone_info": {:hex, :time_zone_info, "0.7.4", "b04ba178a2c23f413804b667464d25696889367d0a5ccd142169895209d85237", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "7d17906ddb02f7b1eb501d7b151483345eec074358179759812dd2abc93de3a5"},
"time_zone_info": {:hex, :time_zone_info, "0.7.5", "8ebfc6d0cc6a797a945344aa4cd81efe33bca15e6fb0f6178bc9011c988dbf2c", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "484a75bbb30ae4f34c59f8c35ac8e1832ce3862efc0944afdff0195e9a0e4028"},
}
2 changes: 1 addition & 1 deletion examples/updater/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"hpax": {:hex, :hpax, "1.0.0", "28dcf54509fe2152a3d040e4e3df5b265dcb6cb532029ecbacf4ce52caea3fd2", [:mix], [], "hexpm", "7f1314731d711e2ca5fdc7fd361296593fc2542570b3105595bb0bc6d0fad601"},
"mint": {:hex, :mint, "1.6.2", "af6d97a4051eee4f05b5500671d47c3a67dac7386045d87a904126fd4bbcea2e", [:mix], [{:castore, "~> 0.1.0 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:hpax, "~> 0.1.1 or ~> 0.2.0 or ~> 1.0", [hex: :hpax, repo: "hexpm", optional: false]}], "hexpm", "5ee441dffc1892f1ae59127f74afe8fd82fda6587794278d924e4d90ea3d63f9"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
"time_zone_info": {:hex, :time_zone_info, "0.7.4", "b04ba178a2c23f413804b667464d25696889367d0a5ccd142169895209d85237", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "7d17906ddb02f7b1eb501d7b151483345eec074358179759812dd2abc93de3a5"},
"time_zone_info": {:hex, :time_zone_info, "0.7.5", "8ebfc6d0cc6a797a945344aa4cd81efe33bca15e6fb0f6178bc9011c988dbf2c", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "484a75bbb30ae4f34c59f8c35ac8e1832ce3862efc0944afdff0195e9a0e4028"},
}

0 comments on commit d2c1c8d

Please sign in to comment.