mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
12 lines
249 B
Groovy
12 lines
249 B
Groovy
/*
|
|
* Base project version and versions of common dependencies.
|
|
*/
|
|
|
|
version = '2.21.0-SNAPSHOT'
|
|
|
|
ext.versions = [
|
|
'xtext': version,
|
|
'xtext_bootstrap': '2.20.0',
|
|
'xtext_gradle_plugin': '2.0.8',
|
|
'dependency_management_plugin' : '1.0.8.RELEASE'
|
|
]
|