forked from loafle/openapi-generator-original
* Upgrade the erlang-server dependency from cowboy1.x to cowboy2.x * Update erlang-server sample * Fix a bug for erlang-server test
7 lines
333 B
Erlang
7 lines
333 B
Erlang
{deps, [
|
|
{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "2.5.0"}}},
|
|
{rfc3339, {git, "https://github.com/talentdeficit/rfc3339.git", {tag, "master"}}},
|
|
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.9.0"}}},
|
|
{jesse, {git, "https://github.com/for-GET/jesse.git", {tag, "1.5.2"}}}
|
|
]}.
|