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

Encode POSIX file path to URI using u3 (file:///) #3805

Merged
merged 2 commits into from Dec 12, 2017

Commits on Dec 12, 2017

  1. Update version to 1.1.0-SNAPSHOT

    .. & fix project/cross-plugins-defaults.
    dwijnand committed Dec 12, 2017
    Copy the full SHA
    7a8c89e View commit details
    Browse the repository at this point in the history
  2. Encode POSIX file path to URI using u3 (file:///)

    Ref sbt/io#96
    
    Under RFC 8089, both u1 and u3 are legal, but many of the other platforms expect traditional u3.
    This will increase the compatibility/usability of sbt server, for example to integrate with Vim.
    eed3si9n authored and dwijnand committed Dec 12, 2017
    Copy the full SHA
    06b8591 View commit details
    Browse the repository at this point in the history