mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
21 lines
653 B
TOML
21 lines
653 B
TOML
[versions]
|
|
# libraries
|
|
annotations = "24.1.0"
|
|
|
|
# plugins
|
|
kotlin = "1.9.23"
|
|
changelog = "2.2.0"
|
|
gradleIntelliJPlugin = "1.17.2"
|
|
qodana = "2023.3.1"
|
|
kover = "0.7.6"
|
|
|
|
[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" }
|