sbt-ci-release-early icon indicating copy to clipboard operation
sbt-ci-release-early copied to clipboard

<set>:1: error: value / is not a member of object sbt.ThisBuild

Open tthyer opened this issue 5 years ago • 0 comments

I ran into a problem while evaluating sbt-ci-release-early. After following the recommended setup in the README, I kept seeing this sort of error:

 * [new tag]         v0.1.9 -> v0.1.9
<set>:1: error: value / is not a member of object sbt.ThisBuild
ThisBuild/version := "0.1.9"
         ^
[error] Type error in expression

It required a combination of looking at your most recent commits and stumbling across sbt's advice on migrating to slash usage to make me realize that the problem was that my version of sbt, 1.0.4, was a bit too far behind. After upgrading to 1.2.8, sbt-ci-release-early works fine. Is it possible for you to warn what the lowest required version is during execution?

tthyer avatar Feb 19 '19 20:02 tthyer