You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).The text was updated successfully, but these errors were encountered: