From 3cbd100c5aaf49720b36b67064e9e38530cacaea Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Wed, 14 Jun 2023 02:28:00 -0300 Subject: [PATCH] Update README.md (#319) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0546db68..88c8a260 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The package can be installed as: ```elixir def deps do [ - {:grpc, "~> 0.5.0"}, + {:grpc, "~> 0.6"}, # We don't force protobuf as a dependency for more # flexibility on which protobuf library is used, # but you probably want to use it as well