JetBrains_intellij-platform.../gradle/libs.versions.toml

21 lines
622 B
TOML
Raw Normal View History

2023-04-04 15:17:47 +00:00
[versions]
# libraries
junit = "4.13.2"
2023-04-04 15:17:47 +00:00
# plugins
changelog = "2.2.0"
intelliJPlatform = "2.0.0-rc 1"
2024-07-12 21:58:36 +00:00
kotlin = "1.9.24"
kover = "0.8.1"
qodana = "2024.1.5"
2023-04-04 15:17:47 +00:00
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
2023-04-04 15:17:47 +00:00
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
2023-04-04 15:17:47 +00:00
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" }