mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
35de4794bc
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
651 B
TOML
21 lines
651 B
TOML
[versions]
|
|
# libraries
|
|
annotations = "24.1.0"
|
|
|
|
# plugins
|
|
kotlin = "1.9.21"
|
|
changelog = "2.2.0"
|
|
gradleIntelliJPlugin = "1.16.0"
|
|
qodana = "0.1.13"
|
|
kover = "0.7.5"
|
|
|
|
[libraries]
|
|
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
|
|
|
|
[plugins]
|
|
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
|
gradleIntelliJPlugin = { id = "org.jetbrains.intellij", version.ref = "gradleIntelliJPlugin" }
|
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
|
|
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }
|