File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ plugins {
3434 // Java support
3535 id(" java" )
3636 // Kotlin support
37- id(" org.jetbrains.kotlin.jvm" ) version " 1.9.21 "
37+ id(" org.jetbrains.kotlin.jvm" ) version " 1.9.22 "
3838 // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
39- id(" org.jetbrains.intellij" ) version " 1.16.0 "
39+ id(" org.jetbrains.intellij" ) version " 1.16.1 "
4040 // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
4141 id(" org.jetbrains.changelog" ) version " 2.2.0"
4242 // detekt linter - read more: https://detekt.github.io/detekt/gradle.html
4343 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.4"
4444 // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
45- id(" org.jlleitschuh.gradle.ktlint" ) version " 11.6.1 "
45+ id(" org.jlleitschuh.gradle.ktlint" ) version " 12.0.3 "
4646}
4747
4848group = properties(" pluginGroup" )
You can’t perform that action at this time.
0 commit comments