Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sbt/sbt-assembly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: sbt/sbt-assembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 16 commits
  • 43 files changed
  • 5 contributors

Commits on Mar 15, 2024

  1. Foolproof 'assemblyOutputPath'

    hygt committed Mar 15, 2024
    Copy the full SHA
    a92bc6f View commit details

Commits on Mar 16, 2024

  1. Update src/main/scala/sbtassembly/Assembly.scala

    Co-authored-by: eugene yokota <eed3si9n@gmail.com>
    hygt and eed3si9n authored Mar 16, 2024
    Copy the full SHA
    09b2817 View commit details
  2. Copy the full SHA
    56f7e71 View commit details

Commits on Apr 29, 2024

  1. Copy the full SHA
    d9b70fa View commit details
  2. keep the environment setup

    Roiocam committed Apr 29, 2024
    Copy the full SHA
    5992c17 View commit details

Commits on May 6, 2024

  1. Merge pull request #525 from Roiocam/fix-no-such-file

    fix newFileSystem use the URI with a non-existent path
    eed3si9n authored May 6, 2024
    Copy the full SHA
    573579b View commit details

Commits on Sep 7, 2024

  1. Copy the full SHA
    402ed42 View commit details
  2. Merge pull request #530 from xuwei-k/import-java-io-IO

    fix compile error with JDK 23
    eed3si9n authored Sep 7, 2024
    Copy the full SHA
    124a3b4 View commit details

Commits on Oct 5, 2024

  1. use new slash syntax

    xuwei-k committed Oct 5, 2024
    Copy the full SHA
    ed1e7eb View commit details
  2. add JDK 24 CI instead of 22

    xuwei-k committed Oct 5, 2024
    Copy the full SHA
    38bf1f6 View commit details
  3. Merge pull request #531 from xuwei-k/slash-syntax

    use new slash syntax
    eed3si9n authored Oct 5, 2024
    Copy the full SHA
    0959858 View commit details
  4. Merge pull request #532 from xuwei-k/jdk-24

    add JDK 24 CI instead of 22
    eed3si9n authored Oct 5, 2024
    Copy the full SHA
    cdf5a9b View commit details

Commits on Oct 6, 2024

  1. Cross build to sbt 2.x

    eed3si9n committed Oct 6, 2024
    Copy the full SHA
    8710969 View commit details
  2. Merge pull request #533 from sbt/wip/cross-build

    Cross build to sbt 2.x
    eed3si9n authored Oct 6, 2024
    Copy the full SHA
    be1a81c View commit details
  3. Update the types

    eed3si9n committed Oct 6, 2024
    Copy the full SHA
    627862b View commit details
  4. Merge pull request #535 from eed3si9n/wip/type

    Update the types
    eed3si9n authored Oct 6, 2024
    Copy the full SHA
    ec377e5 View commit details
Loading