Version(s)
Scala CLI version: 1.11.0
Scala version (default): 3.7.4
Describe the bug
got error when running scala-cli
[E] Scala instance jar /home/dove/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.7.1/scala3-compiler_3-3.7.1.jar doesn't exist!
To Reproduce
mkdir re && cd re
printf "//> using jvm 21\n//> using scala 3.7.1" > project.scala
echo 'println("hi")' > demo.sc
scala-cli .
# after running finished
jps | grep BloopServer | cut -d " " -f 1 | xargs kill
sed -i 's/3.7.1/3.7.4/' project.scala
rm ~/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.7.1/scala3-compiler_3-3.7.1.jar
scala-cli .
Expected behaviour
There should not report an error since the compiler version has already changed.
Additional Information
This problem can not be reproduced without kill the bloop server.
Version(s)
Scala CLI version: 1.11.0
Scala version (default): 3.7.4
Describe the bug
got error when running scala-cli
To Reproduce
Expected behaviour
There should not report an error since the compiler version has already changed.
Additional Information
This problem can not be reproduced without kill the bloop server.