You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: