From 5f58be884784ca7d6264fe5960073293550259d9 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Thu, 21 Jun 2018 17:20:52 +0200 Subject: [PATCH] Update README.md to state Java 10 support (#2091) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3b3dd7a17..adefe927acf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Spoon -Spoon is an open-source library to analyze, rewrite, transform, transpile Java source code. It parses source files to build a well-designed AST with powerful analysis and transformation API. It fully supports Java 8. +Spoon is an open-source library to analyze, rewrite, transform, transpile Java source code. It parses source files to build a well-designed AST with powerful analysis and transformation API. It fully supports Java 8, Java 9 and Java 10. Spoon is an official Inria open-source project, and member of the [OW2](https://www.ow2.org/) open-source consortium. The official website is available at .