Skip to content

Commit 0025b03

Browse files
authored
Merge pull request #6 from tpitale/patch-2
Loosen up the opencensus dependency
2 parents 48f1a1a + c0ed658 commit 0025b03

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)