question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Regression: can't use Scala 3.1.2-RC1

See original GitHub issue

this was working before I upgraded to 0.1.2

% scala-cli repl -S 3.1.2-RC1
[error]  Cannot find matching Scala version for '3.1.2-RC1'
You can only choose one of the 3.x, 2.13.x, and 2.12.x. versions.
The latest supported stable versions are 3.1.1, 2.13.8, 2.12.15.
In addition, you can request the latest Scala 2 and Scala 3 nightly versions by passing 2.nightly, and 3.nightly arguments respectively.
Specific Scala 2 or Scala 3 nightly versions are also accepted.

the same happens if I try to use 2.13.0-RC1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
SethTisuecommented, Feb 23, 2022

related, this doesn’t work: scala-cli repl -S 2.13.9-bin-de73fdb (and same for a 2.12.x nightly, e.g. scala-cli repl -S 2.12.16-bin-5d9240a) unless I add --repository https://scala-ci.typesafe.com/artifactory/scala-integration. Not sure, design-wise, if I should be expecting that the resolver would be automatically added for me, based on detection of a non-stable version number?

1reaction
zmerrcommented, Mar 1, 2022

@SethTisue Thanks for letting us know! We are now working to solve the issue for you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Regression in 3.1.2-RC1] Inferred union in type argument ...
Compiler version 3.1.2-RC1 First bad commit 3ab18a9 in #14026 Minimized code object ImplNotFound: def main(args: Array[String]): Unit = val res: Seq[String ...
Read more >
Scala 3.0.1-RC1 – further stabilising the compiler - EPFL
With this release, we are introducing a restriction on features marked as experimental. Now, it is not possible to use them from stable...
Read more >
Scala 3.1.1 and forward compatibility news
Hello from the Scala 3 team! We are back with a new release of the Scala compiler and some exciting news about improvements...
Read more >
mchlpalka - Michał Pałka
Scala 2.13.9 has a regression where binary-incompatible bytecode is ... So, you can run #scala 3 code inside Spark 3.2 that is built...
Read more >
User Guide
legal disclaimer before you read or use this document. ... Hadoop, Hive, and Spark that offline store and compute distributed data at scale....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found