idea-plugin/gradle/libs.versions.toml (13 lines of code) (raw):
[versions]
# libraries
junit = "5.9.2"
# plugins
changelog = "2.2.1"
intelliJPlatform = "2.7.0"
kotlin = "2.1.0"
[libraries]
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" }