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

Fix NonEmptyChain.fromSeq signature on 2.12 #3133

Merged
merged 4 commits into from
Nov 14, 2019

Commits on Mar 25, 2019

  1. NonEmptyChain.fromSeq should take scala.collection.Seq instead of sca…

    …la.collection.immutable.Seq
    
    Similar to Chain.fromSeq()
    gheine committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    e5372d0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    2c60919 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    2e4f67f View commit details
    Browse the repository at this point in the history
  2. Fix bincompat

    travisbrown committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    82eebee View commit details
    Browse the repository at this point in the history