Open scalway opened 1 year ago
Hum, so that's because you had previously installed an older version somewhere on your system, which took precedence?
We probably cannot really do anything about it. Perhaps the existence of this issue with the searchable error message will help future users to troubleshoot, if they end up in the same situation?
What we could do is probe sbt --version
and fail if it is too old (hopefully there is a "setup" hook for the plugin or something).
I've installed sbt 1.6.1 in a system:
when I've tried to start vite dev server on scalajs-sbt-vite-laminar-chartjs-example on branch
laminar-end-state
so it starts latest sbt version (as file
build.properties
defined) but sbt-runner version was still1.6.1
so command failed as seen below:I was able to fix it by simply install current sbt version:
I really don't know what to do with that, it is not critical (simple OS config fix) but could be blocker for many if cannot find help :(.