mirror of
https://github.com/valitydev/capi-v2.git
synced 2024-11-06 01:55:20 +00:00
14369d48f4
* Drop proprietary CI stuff * Stop including default secret in release * Fix io encoding w/ iosetopts * Bump to valitydev/damsel@dcd92dd * Implement and test `GetServiceProviderByID` op * Depend on valitydev/swag-payments@a639270 * Drop geo api handler and tests * Switch to valitydev upstream * valitydev/cowboy_access_log@04da359 * valitydev/damsel@b25d336 * valitydev/dmt_client@e9b1961 * valitydev/dmt_core@910e20e * valitydev/party_client_erlang@8fc5595 * valitydev/woody_erlang@0c2e16d * valitydev/woody_api_hay@4c39134 * Drop client url logging * Setup CI/CD with GH Actions * Drop dead links Co-authored-by: ndiezel0 <ndiezel0@gmail.com>
8 lines
234 B
Bash
8 lines
234 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=capi
|
|
OTP_VERSION=24.2.0
|
|
REBAR_VERSION=3.18
|
|
THRIFT_VERSION=0.14.2.2
|