From 963953a9cf9f3c3010fba1220f303ac46e8e30d3 Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Fri, 6 May 2022 10:34:38 -0400 Subject: [PATCH] Fix tests --- lib/mix/tasks/phx.gen.auth/hashing_library.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/tasks/phx.gen.auth/hashing_library.ex b/lib/mix/tasks/phx.gen.auth/hashing_library.ex index 3181334f80..a922eabe40 100644 --- a/lib/mix/tasks/phx.gen.auth/hashing_library.ex +++ b/lib/mix/tasks/phx.gen.auth/hashing_library.ex @@ -33,7 +33,7 @@ defmodule Mix.Tasks.Phx.Gen.Auth.HashingLibrary do lib = %__MODULE__{ name: :argon2, module: Argon2, - mix_dependency: ~s|{:argon2_elixir, "~> 2.0"}|, + mix_dependency: ~s|{:argon2_elixir, "~> 3.0"}|, test_config: """ config :argon2_elixir, t_cost: 1, m_cost: 8 """