mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2024-11-14 23:42:45 +01:00
19 lines
531 B
TOML
19 lines
531 B
TOML
[versions]
|
|
# libraries
|
|
junit = "4.13.2"
|
|
|
|
# plugins
|
|
changelog = "2.2.1"
|
|
intelliJPlatform = "2.0.0"
|
|
kotlin = "2.0.0"
|
|
kover = "0.8.3"
|
|
|
|
[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" }
|
|
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
|