Skip to content

Commit

Permalink
Update versions from readme and tutorial (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
boterop committed Apr 20, 2024
1 parent 3a0c091 commit b8b6a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add Guardian to your application to your list of dependencies in `mix.exs`:
```elixir
defp deps do
[
{:guardian, "~> 2.0"}
{:guardian, "~> 2.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/tutorial/start-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You'll need to update the dependencies to whatever is latest.

defp deps do
[
{:guardian, "~> 2.0"},
{:guardian, "~> 2.3"},
{:argon2_elixir, "~> 2.0"},
]
end
Expand Down

0 comments on commit b8b6a73

Please sign in to comment.