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

Allow to use Bloop snapshot versions #3405

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

Gedochao
Copy link
Contributor

@Gedochao Gedochao commented Jan 8, 2025

This allows to pass a snapshot version to the --bloop-version command line option.

scala-cli compile . --bloop-version 2.0.6-51-38c118d4-SNAPSHOT
# Starting compilation server
# Compiling project (Scala 3.6.2, JVM (17))
# Compiled project (Scala 3.6.2, JVM (17))

It also fixes the core module to respect custom repositories (including sonatype:snapshots), to enable using Bloop snapshots as a Scala CLI dependency when testing on the CI.

Functionality extracted out of #3404

@Gedochao Gedochao requested review from tgodzik and kasiaMarek January 8, 2025 08:20
@Gedochao Gedochao force-pushed the feature/bloop-snapshots branch from 2f9e194 to 2bac0d2 Compare January 8, 2025 08:26
@Gedochao Gedochao merged commit 51bebb0 into VirtusLab:main Jan 9, 2025
77 checks passed
@Gedochao Gedochao deleted the feature/bloop-snapshots branch January 9, 2025 10:25
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