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

21 lines
617 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.1"
intelliJPlatform = "2.0.1"
kotlin = "1.9.25"
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" }