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" % "*"
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" % "*"