Skip to content

Commit 32b50ed

Browse files
authored
Merge pull request #3009 from rtyley/patch-1
Update docs for `-release` to make it clear it accepts recent Java versions
2 parents 14a6b98 + 50d11cb commit 32b50ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/compiler-options.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
type: "String"
261261
arg: "release"
262262
default:
263-
description: "Compile for a specific version of the Java platform. Supported targets: 6, 7, 8, 9"
263+
description: "Compile for a specific version of the Java platform. Supported targets: 8, 11, or any higher version listed at https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html"
264264
abbreviations:
265265
- "--release"
266266
- option: "-sourcepath"

0 commit comments

Comments
 (0)