From 3a2fa711f2f36633d0c93428413d01d8d0534dfc Mon Sep 17 00:00:00 2001 From: Danilo Ansaloni Date: Mon, 1 Apr 2019 14:37:07 +0200 Subject: [PATCH] Update language versions in the 'graal' README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eda43e4b056..14c6f3732dc3 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ images or shared objects. ## Related Repositories GraalVM allows running of following languages which are being developed and tested in related repositories with GraalVM core to run on top of it using Truffle and Graal compiler. These are: -* [Graal.JS](https://github.com/graalvm/graaljs) - JavaScript (ECMAScript 2018 compatible) and node.js 10.15.0 +* [Graal JavaScript](https://github.com/graalvm/graaljs) - JavaScript (ECMAScript 2019 compatible) and Node.js 10.15.2 * [FastR](https://github.com/oracle/fastr) - R Language 3.5.1 * [GraalPython](https://github.com/graalvm/graalpython) - Python 3.7 -* [TruffleRuby](https://github.com/oracle/truffleruby/) - Ruby Programming Language 2.4.4 +* [TruffleRuby](https://github.com/oracle/truffleruby/) - Ruby Programming Language 2.6.2 * [SimpleLanguage](https://github.com/graalvm/simplelanguage) - A simple demonstration language for the GraalVM.