diff --git a/rebar.config b/rebar.config index 8c04d8c..75c7067 100644 --- a/rebar.config +++ b/rebar.config @@ -90,9 +90,7 @@ {maxmind_test_data, {raw, {git, "https://github.com/maxmind/MaxMind-DB.git", {ref, "8a15c1e"}}}} ]}, {plugins, [ - % FIXME go back to non-fork once it can compile on OTP 27: - % * https://github.com/alertlogic/rebar_raw_resource/pull/9 - {rebar_raw_resource, {git, "https://github.com/g-andrade/rebar_raw_resource.git", {ref, "21ac9b6"}}} + {rebar_raw_resource, "~> 0.11"} ]}, {cover_enabled, true}, {cover_opts, [verbose]}