Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 72fcd382e1b35d47cdcb76bcc4d46d5960837528 (plain) (blame)
1
2
3
4
5
6
7
8

ext.versions = [
	'guava' : '21.0',
	'xtext' : '2.15.0',
	'core_runtime' : '3.12.0',
	'core_resources' : '3.11.1',
	'commons_io' : '2.5'
]

Back to the top