Add missing versionScheme to warning

This commit is contained in:
Matthias Kurz 2021-03-28 21:31:48 +02:00
parent 3e125fa040
commit dc2865d407
No known key found for this signature in database
GPG Key ID: 0B4AAA92F1117EF5
1 changed files with 1 additions and 1 deletions

View File

@ -3081,7 +3081,7 @@ object Classpaths {
val vs = versionScheme.value
if (vs.isEmpty)
s.log.warn(
s"""versionScheme setting is empty; set `ThisBuild / versionScheme := Some("early-semver")` or `Some("pvp")`
s"""versionScheme setting is empty; set `ThisBuild / versionScheme := Some("early-semver")`, `Some("semver-spec")` or `Some("pvp")`
|so tooling can use it for evction errors etc - https://www.scala-sbt.org/1.x/docs/Publishing.html""".stripMargin
)
else ()