Skip to content

Commit c0ed658

Browse files
authored
Loosen up the opencensus dependency
Will allow for oc_datadog to work with opencensus_phoenix and others. Resolves #5
1 parent acd987d commit c0ed658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{erl_opts, [debug_info]}.
2-
{deps, [{opencensus, "~> 0.7.0"},
2+
{deps, [{opencensus, "~> 0.7"},
33
{jsx, "~> 2.9"}]}.
44

55
{project_plugins, [rebar3_lint,

0 commit comments

Comments
 (0)