How can revisionId in libraryDependencies be the latest available version in SBT 0.13+?

Viewed 906

How can I set the revisionId of the libraryDependencies setting to the latest available version in SBT 0.13+. I was using "*" but didn't seem to work, e.g.:

"org.eclipse.jetty" % "jetty-webapp" % "*"
1 Answers
Related