Skip to content

Commit cf4023b

Browse files
committed
update readme
1 parent 629a179 commit cf4023b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ iex> AtomicMap.convert(%{ "a" => [ %{"c" => 1}, %{"c" => 2}] }, safe: true]
2828
1. Add atomic_map to your list of dependencies in `mix.exs`:
2929

3030
def deps do
31-
[{:atomic_map, "~> 0.6"}]
31+
[{:atomic_map, "~> 0.7"}]
3232
end
3333

3434
## Todo:

0 commit comments

Comments
 (0)