mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-06 09:34:12 +00:00
23 lines
729 B
TOML
23 lines
729 B
TOML
[versions]
|
|
# libraries
|
|
junit = "4.13.2"
|
|
opentest4j = "1.3.0"
|
|
|
|
# plugins
|
|
changelog = "2.2.1"
|
|
intelliJPlatform = "2.5.0"
|
|
kotlin = "2.1.20"
|
|
kover = "0.9.1"
|
|
qodana = "2024.3.4"
|
|
|
|
[libraries]
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "opentest4j" }
|
|
|
|
[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" }
|