From b8b6a73d2f57bb98389d12648048589f141672d1 Mon Sep 17 00:00:00 2001 From: Santiago Botero <98826652+boterop@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:10:10 -0500 Subject: [PATCH] Update versions from readme and tutorial (#730) --- README.md | 2 +- guides/tutorial/start-tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec7ea2e4f..9a5d41641 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/guides/tutorial/start-tutorial.md b/guides/tutorial/start-tutorial.md index e95392b38..c0d70fa8a 100644 --- a/guides/tutorial/start-tutorial.md +++ b/guides/tutorial/start-tutorial.md @@ -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