Skip to content

Commit

Permalink
Merge pull request #2264 from lf-lang/xtext-3.34
Browse files Browse the repository at this point in the history
Xtext bumped to 3.34.0
  • Loading branch information
lhstrh authored Apr 23, 2024
2 parents 1d245f1 + 0794b25 commit f840daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

import static org.lflang.ast.ASTUtils.toDefinition;

import javax.inject.Inject;
import com.google.inject.Inject;
import org.eclipse.emf.common.util.TreeIterator;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.testing.InjectWith;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
import static org.lflang.ast.ASTUtils.isInitialized;
import static org.lflang.util.IteratorUtil.asStream;

import com.google.inject.Inject;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.stream.Collectors;
import javax.inject.Inject;
import org.eclipse.xtext.testing.InjectWith;
import org.eclipse.xtext.testing.extensions.InjectionExtension;
import org.eclipse.xtext.testing.util.ParseHelper;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mwe2LaunchVersion=2.14.0
openTest4jVersion=1.2.0
picocliVersion=4.7.0
resourcesVersion=3.19.0
xtextVersion=2.31.0
xtextVersion=2.34.0
klighdVersion=2.3.0.v20230606
freehepVersion=2.4
swtVersion=3.124.0
Expand Down

0 comments on commit f840daa

Please sign in to comment.