Skip to content

Commit

Permalink
Merge pull request #32 from xtext/dependabot/gradle/xtextVersion-2.36.0
Browse files Browse the repository at this point in the history
Bump xtextVersion from 2.35.0 to 2.36.0
  • Loading branch information
cdietrich authored Aug 25, 2024
2 parents c73bd64 + c8717bf commit 051c303
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 @@ -17,7 +17,7 @@ apply plugin: 'net.researchgate.release'

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

0 comments on commit 051c303

Please sign in to comment.