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
sbt:project-name> version
[info] 0.3.4-5-9317ba08-20211210-1014
sbt:project-name> versionSchemeEnforcerCheck
[error] stack trace is suppressed; run last versionSchemeEnforcerCheck for the full output
[error] (versionSchemeEnforcerCheck) Invalid versions for EarlySemVer. Previous must be < Next and each version must have exactly three components. Previous: 0.3.3, Next: 0.3.4.5.9317
This case is handled in sbt-version-policy with the versionPolicyIgnoredInternalDependencyVersions, e.g.:
Setting dynverSeparator as follows:
breaks versionSchemeEnforcerCheck:
This case is handled in
sbt-version-policy
with theversionPolicyIgnoredInternalDependencyVersions
, e.g.:See: https://github.com/scalacenter/sbt-version-policy#how-to-integrate-with-sbt-dynver
The text was updated successfully, but these errors were encountered: