aboutsummaryrefslogtreecommitdiffstats
path: root/language/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'language/build.gradle')
-rw-r--r--language/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/build.gradle b/language/build.gradle
index 855b0a7f..cbdf3c6a 100644
--- a/language/build.gradle
+++ b/language/build.gradle
@@ -3,6 +3,7 @@ dependencies {
3 testRuntime 'org.junit.jupiter:junit-jupiter-engine' 3 testRuntime 'org.junit.jupiter:junit-jupiter-engine'
4 testCompile "org.eclipse.xtext:org.eclipse.xtext.testing:${xtextVersion}" 4 testCompile "org.eclipse.xtext:org.eclipse.xtext.testing:${xtextVersion}"
5 testCompile "org.eclipse.xtext:org.eclipse.xtext.xbase.testing:${xtextVersion}" 5 testCompile "org.eclipse.xtext:org.eclipse.xtext.xbase.testing:${xtextVersion}"
6 testCompile "org.hamcrest:hamcrest:${hamcrestVersion}"
6 compile "org.eclipse.xtext:org.eclipse.xtext:${xtextVersion}" 7 compile "org.eclipse.xtext:org.eclipse.xtext:${xtextVersion}"
7 compile "org.eclipse.xtext:org.eclipse.xtext.xbase:${xtextVersion}" 8 compile "org.eclipse.xtext:org.eclipse.xtext.xbase:${xtextVersion}"
8 compile 'org.eclipse.emf:org.eclipse.emf.ecore' 9 compile 'org.eclipse.emf:org.eclipse.emf.ecore'