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 ```