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

Upgrade sbt, scala and sbt-ci-release to avoid deprecated repo.scala-sbt.org #1566

Merged
merged 6 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. Update gitignore

    mkurz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8ec8199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2107fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6f13f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45daeb6 View commit details
    Browse the repository at this point in the history
  5. Process args escaping changed starting in sbt 1.6.0-M1

    Because of sbt commit 0413727796adebdb25d9fdf70ea038723f354ee6
    no security manager gets installed anymore in sbt, which causes
    process args to be escaped differently on Windows plattforms, see
    https://github.com/AdoptOpenJDK/openjdk-jdk8u/blob/master/jdk/src/windows/classes/java/lang/ProcessImpl.java#L389
    mkurz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e7eab95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f17f57 View commit details
    Browse the repository at this point in the history