Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.etunit.converter/build.gradle')
-rw-r--r--plugins/org.eclipse.etrice.etunit.converter/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.etrice.etunit.converter/build.gradle b/plugins/org.eclipse.etrice.etunit.converter/build.gradle
index ee6e64833..c5e4a5a13 100644
--- a/plugins/org.eclipse.etrice.etunit.converter/build.gradle
+++ b/plugins/org.eclipse.etrice.etunit.converter/build.gradle
@@ -1,9 +1,9 @@
apply plugin: 'application'
dependencies {
- implementation "org.eclipse.emf:org.eclipse.emf.common:$versions.xtext"
- implementation "org.eclipse.emf:org.eclipse.emf.ecore:$versions.xtext"
- implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:$versions.xtext"
+ implementation "org.eclipse.emf:org.eclipse.emf.common:2.22.0"
+ implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.23.0"
+ implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
}
ext.classpath = sourceSets.main.runtimeClasspath

Back to the top