mirror of https://github.com/sbt/sbt.git
Fix typo
This commit is contained in:
parent
627f72ef87
commit
4bf7f3a877
|
|
@ -3117,7 +3117,7 @@ object Classpaths {
|
|||
if (vs.isEmpty)
|
||||
s.log.warn(
|
||||
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
|
||||
|so tooling can use it for eviction errors etc - https://www.scala-sbt.org/1.x/docs/Publishing.html""".stripMargin
|
||||
)
|
||||
else ()
|
||||
publishConfig(
|
||||
|
|
|
|||
Loading…
Reference in New Issue