mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 20:05:38 +00:00
22 lines
668 B
TOML
22 lines
668 B
TOML
[versions]
|
|
# libraries
|
|
junit = "4.13.2"
|
|
opentest4j = "1.3.0"
|
|
|
|
# plugins
|
|
changelog = "2.5.0"
|
|
kotlin = "2.3.20"
|
|
kover = "0.9.7"
|
|
qodana = "2025.3.2"
|
|
|
|
[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" }
|
|
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" }
|