AntidoteDB / antidote

A planet scale, highly available, transactional database built on CRDT technology
https://www.antidotedb.eu
Apache License 2.0
834 stars 89 forks source link

Lock plugin versions and OTP upgrade #484

Closed albsch closed 2 years ago

albsch commented 2 years ago

Remove support for older OTP versions, linting requires OTP 23

define-null commented 2 years ago

You might want to lock plugin versions as well, that was the cause for build break. We did the following in our fork: (https://github.com/vaxine-io/vaxine/blob/5e206664346d2acfbd35f2c0e72dd1943112789f/rebar.config#L6) By the way rebar3_format is probably redundant, given that erlfmt is used at the moment.

albsch commented 2 years ago

rebar3_format is needed to be able to use rebar3 format without calling erlfmt directly.