Skip to content

Commit

Permalink
Bump plugins versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfromXXII committed Jul 22, 2024
1 parent 95bbd93 commit 055ed42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ plugins {
// Java support
id("java")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.9.20"
id("org.jetbrains.kotlin.jvm") version "1.9.23"
// IntelliJ Platform Gradle Plugin
id("org.jetbrains.intellij.platform") version "2.0.0-rc1"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "2.2.0"
id("org.jetbrains.changelog") version "2.2.1"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.23.0"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
Expand Down

0 comments on commit 055ed42

Please sign in to comment.