In cases where the the scalac options already specify the target version, this plugin would help to assert that the jdk in use has a version range, for example having scalac -target:jvm-11 setting but allowing a jdk (prefix) range of 11 to 15 or >11.
In cases where the the scalac options already specify the target version, this plugin would help to assert that the jdk in use has a version range, for example having
scalac -target:jvm-11setting but allowing a jdk (prefix) range of11 to 15or>11.