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

Use 'latest.integration' for version in README #20

Open
wsargent opened this issue Jan 17, 2019 · 0 comments
Open

Use 'latest.integration' for version in README #20

wsargent opened this issue Jan 17, 2019 · 0 comments

Comments

@wsargent
Copy link
Contributor

From https://underscore.io/blog/posts/2015/11/09/sbt-commands.html#latest-dependencies

Ivy dependencies allow you to select “latest.integration” as the revision number:

addSbtPlugin("org.ensime" % "ensime-sbt" % "latest.integration")

This will give you the latest and greatest version. Use it for global plugins (see below) for you development environment. Avoid it for core build dependencies because you want a reproducible build at all times.

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