Skip to content

Commit

Permalink
[Truffle] Update to GraalVM 0.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 10, 2016
1 parent 9cc1e7f commit 9775be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ graal-vm-release: {
downloads: {
GRAALVM_DIR: {
name: graalvm-release,
version: "0.17",
version: "0.18",
platformspecific: true
}
}
Expand Down
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
require 'yaml'
require 'open3'

GRAALVM_VERSION = '0.17'
GRAALVM_VERSION = '0.18'

JRUBY_DIR = File.expand_path('../..', __FILE__)
M2_REPO = File.expand_path('~/.m2/repository')
Expand Down

0 comments on commit 9775be7

Please sign in to comment.