From f010e0810fca42b490054ce4d56a976937f9ef18 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Wed, 15 Jan 2025 14:36:20 +0100 Subject: [PATCH] chore: bump `grpc_plugin` to OTP-27-ready v0.10.3 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 747b2f1..3591fcd 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {erl_opts, [debug_info]}. {plugins, - [ {grpc_plugin, {git, "https://github.com/HJianBo/grpc_plugin", {tag, "v0.10.2"}}} + [ {grpc_plugin, {git, "https://github.com/HJianBo/grpc_plugin", {tag, "v0.10.3"}}} ]}. {grpc,