Skip to content

sbt project: set every version does not replace anything #1430

@dansanduleac

Description

@dansanduleac

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions