From 9403f963d8b3ae2a00fb3a7ececedb8c1c5c52c8 Mon Sep 17 00:00:00 2001 From: Victor Oliveira Nascimento Date: Sat, 18 Jun 2022 21:06:41 -0300 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39a640a..850360c 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Add `:joken` to your list of dependencies in `mix.exs`: ``` elixir def deps do # .. other deps - {:joken, "~> 2.4"}, + {:joken, "~> 2.5"}, # Recommended JSON library - {:jason, "~> 1.2"} + {:jason, "~> 1.3"} end ```