Skip to content

Commit 2ece598

Browse files
Bump org.jetbrains.grammarkit from 2022.3.1 to 2022.3.2 (#133)
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>
1 parent d2a9797 commit 2ece598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ println("pluginVersion=$version")
2323
plugins {
2424
kotlin("jvm") version "1.9.0"
2525
id("org.jetbrains.intellij") version "1.16.0"
26-
id("org.jetbrains.grammarkit") version "2022.3.1"
26+
id("org.jetbrains.grammarkit") version "2022.3.2"
2727
}
2828

2929
allprojects {

0 commit comments

Comments
 (0)