Skip to content

Commit

Permalink
update to xtext 2.34
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Feb 27, 2024
1 parent 3d34263 commit a328561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ node {

// Configuration for Xtext projects
configure(subprojects.findAll { it.name.startsWith('org.xtext') }) {
ext.xtextVersion = '2.32.0'
ext.xtextVersion = '2.34.0'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit a328561

Please sign in to comment.