Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Be consistent in the way we choose versions 1. we either pin to a specific version or not (we chose to pin) 2. we shouldn't use ~> in pre-1.0 versions, because there's no guarantees whatsoever in SemVer; 0.3.1 might break interface, and that's acceptable * Remove unused `platform_define` * Bump OTP versions to test under * Don't use latest (it's prone to surprises!) i.e. GitHub changes -latest under the hood and there goes your CI :) * Bump CI dependencies' versions * Bump test dep erlware_commons from 1.5.0 to 1.7.0 * Bump test dep jsone from 1.5.3 to 1.8.1 * Bump test dep meck from 0.9.0 to 0.9.2 * Increase confidence in code via Dialyzer * Remove seemingly unrequired override * Revert "Increase confidence in code via Dialyzer" This reverts commit 53767cc. * Restore previous Dialyzer analysis behavior We have a lot of unknown types, from rebar3 and want to avoid having to deal with that * Bump project plugin rebar3_hank from 0.3.0 to 1.4.0 We'd removed the ~> but forgot to bump the version * Remove unrequired test dep. We inherit this from the "parent" config.
- Loading branch information