Skip to content

Commit

Permalink
Merge pull request #2 from xtext/cd_234
Browse files Browse the repository at this point in the history
update to xtext 2.34
  • Loading branch information
cdietrich authored Feb 27, 2024
2 parents 3d34263 + a328561 commit 771848e
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 771848e

Please sign in to comment.