Browse Source

rebar3 support

Yuriy Zhloba 9 years ago
parent
commit
ab9f2babfe
2 changed files with 4 additions and 2 deletions
  1. 2 0
      .gitignore
  2. 2 2
      rebar.config

+ 2 - 0
.gitignore

@@ -5,3 +5,5 @@ deps/
 .rebar
 logs
 erl_crash.dump
+_build
+rebar.lock

+ 2 - 2
rebar.config

@@ -6,7 +6,7 @@
            ]}.
 
 {deps, [
-        {pooler, ".*", {git, "https://github.com/seth/pooler", "b6c522a67a1d067122705ef725535a8664dd8514"}},
+        {pooler, ".*", {git, "https://github.com/seth/pooler", {ref, "b6c522a67a1d067122705ef725535a8664dd8514"}}},
         {epgsql, ".*", {git, "https://github.com/epgsql/epgsql", {tag, "3.1.0"}}},
-        {herd, ".*", {git, "https://github.com/wgnet/herd", {tag, "1.2"}}}
+        {herd, ".*", {git, "https://github.com/wgnet/herd", {tag, "1.3"}}}
        ]}.