scala-ide / scala-refactoring

A library providing automated refactoring support for Scala.
http://scala-refactoring.org/
Other
69 stars 47 forks source link

Be more precise about matching scala versions #203

Open Philippus opened 5 years ago

Philippus commented 5 years ago

now, f.e. "2.10" will no longer match on scala 2.12.10. To keep the change minimal, I chose this solution.

This was uncovered in the community build, see https://github.com/scala/scala-dev/issues/644#issuecomment-520562911 for more details.