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

Community build: Update Typelevel stack to latest upstream #14374

Closed
wants to merge 2 commits into from

Conversation

griggt
Copy link
Contributor

@griggt griggt commented Jan 28, 2022

This is a blocker for #14071

[test_forward_compat]

@griggt
Copy link
Contributor Author

griggt commented Jan 28, 2022

A number of issues here to sort out, but if the pattern below (from scalacheck's build.sbt) becomes commonplace, it's going to be more work to keep the community build up to date.

  // Don't publish for Scala 3.1 or later, only from 3.0                                                                              
  publish / skip := (CrossVersion.partialVersion(scalaVersion.value) match {                                                          
    case Some((3, x)) if x > 0 => true                                                                                                
    case _                     => false                                                                                               
  }),                                                                                                                                 

This prevents publishLocal in the community build from actually publishing anything, which means the dependency fails to resolve for other projects.

@griggt griggt self-assigned this Jan 28, 2022
@griggt griggt marked this pull request as draft February 1, 2022 07:43
@griggt
Copy link
Contributor Author

griggt commented Feb 3, 2022

Subsumed by #14395

@griggt griggt closed this Feb 3, 2022
@SethTisue
Copy link
Member

it's going to be more work to keep the community build up to date

welcome to hell, make yourself comfortable, I'll show you around ;-)

@griggt griggt deleted the bump-typelevel branch March 9, 2022 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants