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

16 lines
385 B
TOML

[versions]
# libraries
junit = "4.13.2"
# plugins
changelog = "2.5.0"
kotlin = "2.3.20"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
intelliJPlatform = { id = "org.jetbrains.intellij.platform" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }