Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
build(deps): bump org.eclipse.xtext from 2.26.0 to 2.27.0 in /api-edi…
Browse files Browse the repository at this point in the history
…tor (#545)

Bumps [org.eclipse.xtext](https://github.com/eclipse/xtext-core) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/eclipse/xtext-core/releases)
- [Commits](eclipse/xtext-core@v2.26.0...v2.27.0)

---
updated-dependencies:
- dependency-name: org.eclipse.xtext:org.eclipse.xtext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 4, 2022
1 parent 06f91bb commit f32bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-editor/backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

// We can later pull this from Maven Central (or some other repo) once published
implementation(files("lib/de.unibonn.simpleml-1.0.0-SNAPSHOT.jar"))
implementation("org.eclipse.xtext:org.eclipse.xtext:2.26.0")
implementation("org.eclipse.xtext:org.eclipse.xtext:2.27.0")

testImplementation(kotlin("test"))
testImplementation("io.kotest:kotest-assertions-core-jvm:5.2.3")
Expand Down

0 comments on commit f32bfb8

Please sign in to comment.