Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 6, 2022
1 parent 700e500 commit 963953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/phx.gen.auth/hashing_library.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 963953a

Please # to comment.