From c0ed658cdd0a7a5a8748f8473a74db2bb1404c01 Mon Sep 17 00:00:00 2001 From: Tony Pitale Date: Thu, 4 Apr 2019 14:50:33 -0500 Subject: [PATCH] Loosen up the opencensus dependency Will allow for oc_datadog to work with opencensus_phoenix and others. Resolves #5 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 4d68f1d..21cbcf4 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ {erl_opts, [debug_info]}. -{deps, [{opencensus, "~> 0.7.0"}, +{deps, [{opencensus, "~> 0.7"}, {jsx, "~> 2.9"}]}. {project_plugins, [rebar3_lint,