From 234a682f7e6340c038c05a2e7e47008056460c01 Mon Sep 17 00:00:00 2001 From: alex_s168 <63254202+alex-s168@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:26:10 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c81622..a54fa2c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ repositories { } dependencies { - implementation("me.alex_s168:blitz:0.20") + implementation("me.alex_s168:blitz:0.21") } ``` @@ -242,4 +242,4 @@ println(JSON.parse(json)!!.obj["b"]!!.obj["1"]!!.num) - `BlitzHashMap` - `Dense16x16BoolMap` - `DenseIx16x16BoolMap` -- `SlicedIntKeyMap` \ No newline at end of file +- `SlicedIntKeyMap`