Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scala version detection: check dependencies before classpath
Now, the version is primarily detected from project dependencies before falling back to the classpath. This is due to the classpath possibly containing more items than direct library dependencies, which could lead to inaccurate version detection. Related: - #126 - #111
- Loading branch information