28 lines
1.1 KiB
TOML
28 lines
1.1 KiB
TOML
[versions]
|
|
# libraries
|
|
annotations = "24.1.0"
|
|
json5-java = "2.0.0"
|
|
commons-lang3 = "3.14.0"
|
|
commons-text = "1.11.0"
|
|
junit = "4.13.2"
|
|
|
|
# plugins
|
|
changelog = "2.2.1"
|
|
intelliJPlatform = "2.1.0"
|
|
kotlin = "1.9.25"
|
|
kover = "0.8.3"
|
|
qodana = "2024.2.3"
|
|
|
|
[libraries]
|
|
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
|
|
json5-java = { group = "de.marhali", name = "json5-java", version.ref = "json5-java" }
|
|
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version.ref = "commons-lang3" }
|
|
commons-text = { group = "org.apache.commons", name = "commons-text", version.ref = "commons-text" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
|
[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" } |