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 publishDocs, publishExecutable and skipBloop #1384

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

lolgab
Copy link
Member

@lolgab lolgab commented Nov 16, 2023

publishExecutable was using the binary Scala 3 version, which needs to be the lowest minor version, currently 3.2 It needs instead use the latest Scala 3 version.
So this introduces a new list (assemblyCrossScalaVersions) which contains the last Scala 3 version instead.
The same is used on some modules to skipBloop, since the last Scala 3 version depends on crossFullScalaVersion

publishExecutable was using the binary Scala 3 version, which
needs to be the lowest minor version, currently 3.2
It needs instead use the latest Scala 3 version.
So this introduces a new list (assemblyCrossScalaVersions) which contains
the last Scala 3 version instead.
The same is used on some modules to skipBloop, since the last Scala 3 version
depends on crossFullScalaVersion
@lolgab lolgab marked this pull request as ready for review November 16, 2023 17:02
@lolgab lolgab merged commit 9ccdff7 into com-lihaoyi:main Nov 16, 2023
17 checks passed
@lolgab lolgab deleted the fix-publishDocs branch November 16, 2023 17:31
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.

1 participant