mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 10:14:46 +02:00
Fixes https://github.com/sbt/sbt/issues/6301 Fixes https://github.com/sbt/sbt/issues/6302 ```scala ThisBuild / assumedVersionScheme := VersionScheme.PVP ThisBuild / assumedVersionSchemeJava := VersionScheme.EarlySemVer ThisBuild / assumedEvictionErrorLevel := Level.Warn ```