mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
**Problem** We can get into a situation where CompileInputs2 become identical for Scala 3.x and 2.13, which breaks the recovery of Zinc analysis. **Solution** This includes Scala version into CompileInput2 to workaround this issue.