xtext-core/gradle/versions.gradle
2016-11-05 20:52:35 +01:00

25 lines
568 B
Groovy

/*
* Base project version and versions of common dependencies.
*/
version = '2.11.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.10.0',
'lsp4j': '0.1.0-SNAPSHOT',
'log4j': '1.2.16',
'equinoxCommon' : '3.6.0',
'equinoxRegistry' : '3.5.0.v20100503',
'eclipseCore': '3.6.0.v20100505',
'emfCommon': '[2.10.1,3)',
'emfEcore': '[2.10.2,3)',
'emfMwe': '1.3.20.201605261059',
'emfMwe2': '2.9.0.201605261059',
'xpand': '2.0.0',
'guice': '3.0',
'antlr': '3.2',
'asm': '5.0.1',
'icu': '52.1',
'junit': '4.12'
]