Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tthyer opened this issue Feb 19, 2019 · 0 comments
Open

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

tthyer opened this issue Feb 19, 2019 · 0 comments

Comments

@tthyer
Copy link

tthyer commented Feb 19, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant