pespin submitted this change.
rebar.config: Update rebar3_diameter_compiler from 0.8.0 to v0.8.1
There's a new patch release of rebar3_diameter_compiler with multiple
fixes and improvements, use it.
Change-Id: Ic67581435a06052b0e3159172a2324dd1c1e58fc
---
M rebar.config
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config b/rebar.config
index 7b85d5b..68092a7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -13,7 +13,7 @@
{minimum_otp_vsn, "25.2.3"}.
{plugins, [
{rebar3_diameter_compiler,
- {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {tag, "0.8.0"}}}
+ {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {tag, "v0.8.1"}}}
]}.
{xref_checks, [undefined_function_calls, undefined_functions,
To view, visit change 41010. To unsubscribe, or for help writing mail filters, visit settings.