Skip to content

Commit

Permalink
build: fix dependency version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 17, 2024
1 parent 83230d2 commit 7e1a745
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 @@ -22,7 +22,7 @@ plugins {
// Kotlin support
kotlin("jvm") version "2.1.0"
// https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij.platform") version "2.1.1"
id("org.jetbrains.intellij.platform") version "2.2.1"
// https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "2.2.1"
// https://github.com/JetBrains/gradle-grammar-kit-plugin
Expand Down

0 comments on commit 7e1a745

Please sign in to comment.