mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
21 lines
621 B
TOML
21 lines
621 B
TOML
[versions]
|
|
# libraries
|
|
junit = "4.13.2"
|
|
|
|
# plugins
|
|
changelog = "2.2.0"
|
|
intelliJPlatform = "2.0.0-rc1"
|
|
kotlin = "1.9.24"
|
|
kover = "0.8.1"
|
|
qodana = "2024.1.5"
|
|
|
|
[libraries]
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
|
[plugins]
|
|
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
|
|
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
|
|
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" }
|