xtext-core/gradle/versions.gradle

13 lines
252 B
Groovy
Raw Normal View History

/*
* Base project version and versions of common dependencies.
*/
version = '2.21.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.21.0.M1',
'xtext_gradle_plugin': '2.0.8',
'dependency_management_plugin' : '1.0.8.RELEASE'
]