Skip to content

Commit

Permalink
Bump org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2 (#133)
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2.

---
updated-dependencies:
- dependency-name: org.jetbrains.grammarkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrey Pfau <andreypfau@ton.org>
  • Loading branch information
dependabot[bot] and andreypfau authored Nov 17, 2023
1 parent d2a9797 commit 2ece598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ println("pluginVersion=$version")
plugins {
kotlin("jvm") version "1.9.0"
id("org.jetbrains.intellij") version "1.16.0"
id("org.jetbrains.grammarkit") version "2022.3.1"
id("org.jetbrains.grammarkit") version "2022.3.2"
}

allprojects {
Expand Down

0 comments on commit 2ece598

Please sign in to comment.