Skip to content

Commit

Permalink
Use worker_pool 2.3.0
Browse files Browse the repository at this point in the history
Fixes #58
  • Loading branch information
puzza007 committed Jul 19, 2017
1 parent 013a0f4 commit 5af662c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 1 addition & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{deps, [
{cowlib, "1.0.0"},
{worker_pool, ".*", {git, "https://github.com/inaka/worker_pool.git", {ref, "afdd3448bfe91c8295cc11af35008e1c016ef24d"}}},
{worker_pool, "2.3.0"},
{metrics, "1.1.0"}
]}.

Expand Down Expand Up @@ -47,5 +47,3 @@
{cover_export_enabled, true}.
{coveralls_coverdata, "_build/test/cover/ct.coverdata"}.
{coveralls_service_name, "travis-ci"}.

{warnings_as_errors, false}.
8 changes: 3 additions & 5 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{"1.1.0",
[{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.0">>},0},
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.1.0">>},0},
{<<"worker_pool">>,
{git,"https://github.com/inaka/worker_pool.git",
{ref,"afdd3448bfe91c8295cc11af35008e1c016ef24d"}},
0}]}.
{<<"worker_pool">>,{pkg,<<"worker_pool">>,<<"2.3.0">>},0}]}.
[
{pkg_hash,[
{<<"cowlib">>, <<"397D890D669E56D486B0B5329973AD1A07012412BC110D34A737698DD6941741">>},
{<<"metrics">>, <<"41450DFFBA18B1206BF44FA1AD4E29324D1E561617C2DAF4EF32E3CE50DF08F3">>}]}
{<<"metrics">>, <<"41450DFFBA18B1206BF44FA1AD4E29324D1E561617C2DAF4EF32E3CE50DF08F3">>},
{<<"worker_pool">>, <<"F401FD82A6A02333F4326B144A1EE759EEDEA20411F4283A3F3195BD62A2E445">>}]}
].
2 changes: 1 addition & 1 deletion src/katipo.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'katipo',
[{description, "HTTP client based on libcurl"},
{vsn, "0.5.1"},
{vsn, "0.5.2"},
{registered, []},
{mod, {'katipo_app', []}},
{applications,
Expand Down

0 comments on commit 5af662c

Please sign in to comment.