sourcegraph / scip-java

SCIP Code Intelligence Protocol generator for Java
https://sourcegraph.github.io/scip-java/
Apache License 2.0
69 stars 28 forks source link

SBT version comparison is not working correctly #709

Closed keynmol closed 4 months ago

keynmol commented 4 months ago

The message should explain it all:

error: Unsupported sbt version '1.10.0'. To fix this problem, upgrade to sbt 1.9.7 and try again.

The comparison logic doesn't order versions correctly: https://github.com/sourcegraph/scip-java/blob/main/scip-java/src/main/scala/com/sourcegraph/scip_java/buildtools/SbtBuildTool.scala#L65-L68