mirror of
https://github.com/valitydev/dominant.git
synced 2024-11-06 02:25:17 +00:00
4b71be54bd
* Use valitydev/thrift compiler 0.14.2.3 * Bump to valitydev/dmt-core@7584133 * Bump to valitydev/machinegun-proto@a411c7d * Drop repository v4 * Update to valitydev/dmt-client@ce6678a in tests * Keep v5 migration code and tests as examples only * Add testcase on `RepositoryClient` * Add testcases on `Repository` functions exceptions * Move unused msgpack protocol out to thrift runtime library
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=dominant
|
|
OTP_VERSION=24.3.4
|
|
REBAR_VERSION=3.18
|
|
THRIFT_VERSION=0.14.2.3
|