Bloop 1.5.3 is being served as 1.5.4
japgolly opened this issue · 3 comments
japgolly commented
- Go to https://github.com/scalacenter/bloop/releases/tag/v1.5.4
- Download
bloop-x86_64-pc-linux
- Run
chmod 755 bloop-x86_64-pc-linux
- Run
bloop-x86_64-pc-linux about
Output is:
bloop v1.5.3
Using Scala v2.12.15 and Zinc v1.6.0
Running on Java JDK v11.0.16 (/usr/lib/jvm/java-11-graalvm)
-> Supports debugging user code, Java Debug Interface (JDI) is available.
Maintained by the Scala Center and the community.
tgodzik commented
Thanks for reporting, did you shut down the old Bloop server beforehand? It shows the correct version for me.
You can use bloop exit
for that
windymelt commented
You saved my time. thank you!
tgodzik commented
You saved my time. thank you!
Glad to hear it, we can close this for now and reopen if another issue like this pops up.