mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
58ddb862f7
* TD-763: Add UI Cascade as default * Fixes * Add tests * Fix format * Bump OTP version * Be less strict about OTP version * Refactor cascade decision making * New get_route_cascade_behaviour function
8 lines
238 B
Bash
8 lines
238 B
Bash
# NOTE
|
|
# You SHOULD specify point releases here so that build time and run time Erlang/OTPs
|
|
# are the same. See: https://github.com/erlware/relx/pull/902
|
|
SERVICE_NAME=hellgate
|
|
OTP_VERSION=24.3.4
|
|
REBAR_VERSION=3.18
|
|
THRIFT_VERSION=0.14.2.3
|