Compiler version
3.7.1 (and currently)
Issue
Open .pom file of scala3-sbt-bridge: https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.7.1/scala3-sbt-bridge-3.7.1.pom
The published scala3-sbt-bridge depends on an inexistent compiler version (never published).
I believe everything works because that version of the compiler gets evicted in favour of the stable during the resolution. Nevertheless, we shouldn't depend on something that doesn't exist...
Expectation
We should depend on an existent, officially published version of the compiler, not the non-bootstrapped version.