2023-04-04 15:17:47 +00:00
|
|
|
[versions]
|
|
|
|
# libraries
|
2024-07-18 14:56:12 +00:00
|
|
|
junit = "4.13.2"
|
2023-04-04 15:17:47 +00:00
|
|
|
|
|
|
|
# plugins
|
2023-08-28 10:30:54 +00:00
|
|
|
changelog = "2.2.0"
|
2024-07-26 20:46:10 +00:00
|
|
|
intelliJPlatform = "2.0.0-rc2"
|
2024-07-12 21:58:36 +00:00
|
|
|
kotlin = "1.9.24"
|
2024-06-19 15:29:26 +00:00
|
|
|
kover = "0.8.1"
|
2024-04-15 07:40:00 +00:00
|
|
|
qodana = "2024.1.5"
|
2023-04-04 15:17:47 +00:00
|
|
|
|
|
|
|
[libraries]
|
2024-07-18 14:56:12 +00:00
|
|
|
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" }
|
2024-02-20 22:02:36 +00:00
|
|
|
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" }
|