sbushmanov
sbushmanov
Please resolve the bug
I think version should come from `build.sbt` `scalaVersion`
Well, when I run `FunctionsTest.scala` I do receive the above message that tests completed successfully. Thanks for clearing that up!
Same as [here](https://github.com/Alex313031/thorium/issues/686)?
Sorry, does't work with the suggested setup. And even when I tried to restore the previous setup that used to work Im getting: ``` Error detected while processing CursorHold Autocommands...
`eval "$(cs java --jvm temurin:1.17 --env)"` (if you wish to)
You can wrap g8 in a bash script and execute whatever chain of commands you need.
I got it fixed by choosing the "right" version
This is what worked for me finally: ```bash git clone https://github.com/almond-sh/almond cd almond ./mill dev.scalaVersions ./mill dev.launcherFast 3.6.3 out/scala/scala-kernel/3.6.3/unixFastLauncher.dest/launcher --install --force --id scala363 --display-name "Scala (3.6.3)" ```