-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cleanup Scala Native quirks #212
Conversation
Nice, it has a WIP title but is it ready for review? |
The changes are not big, and the further changes won't be big either, but you can still wait with reviewing this only after the blocker PR is resolved 😉 |
This is ready to be merged @cquiroz 🎉 |
} | ||
crossScalaVersions := Seq("2.11.12", scalaVersion212, "2.13.8", "3.1.2"), | ||
libraryDependencies ++= List( | ||
("org.portable-scala" %%% "portable-scala-reflect" % "1.1.2").cross(CrossVersion.for3Use2_13), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm always amzed this even works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well... now it does 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks a lot for this
Do you think you can make a new release now? |
@cquiroz the release didn't go though I think I have the very same issue like this. What's going wrong is that you have outdated key (2 years by default). |
Consider also creating a key without expiration via |
Cleans up after #190
Blocked on: portable-scala/portable-scala-reflect#42Blocked on a new version release with this changeset scalameta/munit#477