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