|
@@ -1,11 +1,9 @@
|
|
|
%%-*- mode: erlang -*-
|
|
|
|
|
|
-{erl_opts, [
|
|
|
- warn_missing_spec
|
|
|
- ]}.
|
|
|
+{erl_opts, [warn_missing_spec]}.
|
|
|
|
|
|
{deps, [
|
|
|
- {pooler, {git, "https://github.com/seth/pooler", {tag, "1.5.2"}}},
|
|
|
- {epgsql, {git, "https://github.com/epgsql/epgsql", {tag, "3.2.0"}}},
|
|
|
- {herd, {git, "https://github.com/wgnet/herd", {tag, "1.3"}}}
|
|
|
+ {pooler, "1.5.0"},
|
|
|
+ {epgsql, "3.3.0"},
|
|
|
+ {herd, {git, "https://github.com/wgnet/herd", {tag, "1.3.3"}}}
|
|
|
]}.
|