Regression: can't use Scala 3.1.2-RC1
See original GitHub issuethis 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:
- Created 2 years ago
- Comments:18 (18 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?@SethTisue Thanks for letting us know! We are now working to solve the issue for you!