Files
version-catalog/versions-catalog.toml
2025-09-08 23:37:04 +02:00

31 lines
761 B
TOML

[versions]
# kotlin version (detekt limit version)
kotlin = "2.0.21"
# third party plugin
detekt = "1.23.8"
ktlint = "12.3.0"
# lulz plugin
lulzCore = "0.1.0-SNAPSHOT"
[libraries]
# plugin core dependencies
# third party
# third party testing
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
[plugins]
# third party
gradle-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
# lulz
core = { id = "ltd.lulz.plugin.core-plugin", version.ref = "lulzCore" }