What is the versioning policy of refined? It seems like early semver, but I'm not sure if this is guarded by any mechanism here (or by the maintainers).
Defining ThisBuild / versionScheme := Some("early-semver") could help users to prevent runtime problems when using conflicting library versions as indirect dependencies (see https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html).
What is the versioning policy of refined? It seems like early semver, but I'm not sure if this is guarded by any mechanism here (or by the maintainers).
Defining
ThisBuild / versionScheme := Some("early-semver")could help users to prevent runtime problems when using conflicting library versions as indirect dependencies (see https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html).