I download the cs-x86_64-pc-win32.exe on windows to install scala, But it tries to download https://github.com/scala/scala3/releases/download/3.6.0/scala3-3.6.0-x86_64-pc-win32.zip ?? What I know so far is scala latest release is 3.5.2. What should I do to download correct version of scala?
This is the screenshot of my powershell:
Hi,
Please refer to the following announcement: https://users.scala-lang.org/t/broken-scala-3-6-0-release
Thanks for your reply! Does this mean I have to wait until 3.6.1 is released to install scala correctly?
Looks like due to the issues we had with the latest release coursier is trying to install it. I think best workaround for now is to use:
cs install scala:3.5.1
which is the last announced version. We need to check why it’s actually trying to download a version that is not announced. This doesn’t seem to happen on other systems.
1 Like