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

26 lines
1.1 KiB
TOML
Raw Normal View History

2023-04-04 15:17:47 +00:00
[versions]
# libraries
junit = "4.13.2"
opentest4j = "1.3.0"
hamcrest = "2.2"
# Has to be in sync with IntelliJ Platform
composeuitest="1.8.0-alpha04"
jewelstandalone="0.29.0-251.27828"
2023-04-04 15:17:47 +00:00
# plugins
changelog = "2.2.1"
intelliJPlatform = "2.7.0"
kotlin = "2.1.20"
2023-04-04 15:17:47 +00:00
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "opentest4j" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version.ref = "hamcrest" }
composeuitest = { group = "org.jetbrains.compose.ui", name ="ui-test-junit4-desktop", version.ref="composeuitest" }
jewelstandalone = { group = "org.jetbrains.jewel", name ="jewel-int-ui-standalone", version.ref="jewelstandalone" }
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" }
2025-05-20 14:24:04 +00:00
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }