Skip to content

Commit

Permalink
chore: bump gradle-intellij-plugin to 1.13.3 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Mar 29, 2023
1 parent a3f9285 commit f7a600b
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 @@ -7,7 +7,7 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
java
id("org.jetbrains.intellij") version "1.13.2"
id("org.jetbrains.intellij") version "1.13.3"
id("org.jetbrains.grammarkit") version "2021.2.2"
kotlin("jvm") version "1.8.10"
}
Expand Down

0 comments on commit f7a600b

Please sign in to comment.