scalacenter / bloop

Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.

Home Page:https://scalacenter.github.io/bloop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release binaries version doesn't match release tag

elferherrera opened this issue · comments

The binaries found in the releases do not have the correct version. They have 1.5.2
Is there something missing?

Hey @elferherrera thanks for the report. I just double-checked one of the latest 1.5.6 releases and I'm seeing:

❯ ./bloop-x86_64-apple-darwin about
bloop v1.5.6

Using Scala v2.12.15 and Zinc v1.7.2
Running on Java JDK v17.0.5 (/Users/ckipp/.sdkman/candidates/java/17.0.5-tem)
  -> Supports debugging user code, Java Debug Interface (JDI) is available.
Maintained by the Scala Center and the community.

So it seems to match. What binary are you having issues with?

The issue might be that the underlying bloop server wasn't restarted, so you would need to first do bloop exit and then check with bloop about

Thanks. I didn't know I had to restart the server. False alarm