The sbt project itself sets a build-wide version in project/Sbt.scala.
If I set version in ThisBuild := "test", that replaces it. Good.
However, if I set every version := "test", that overrides nothing:
> set every version := "test"
[info] Defining */*:version
[info] The new value will be used by no settings or tasks.
[info] Reapplying settings...
[info] Set current project to root (in build file:/D:/work/ext/sbt/)
Is this expected behaviour?