This repository was archived by the owner on Apr 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
26 lines (24 loc) · 1.33 KB
/
libs.versions.toml
File metadata and controls
26 lines (24 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[versions]
detekt = "1.23.7"
freemarker = "2.3.34"
junit-jupiter = "5.11.4"
junit-platform = "1.12.0"
kotest = "5.9.1"
kotlin = "2.1.10"
open-test-reporting = "0.2.0-M3"
publish = "1.3.1"
yaml = "2.4"
[libraries]
detekt-ktlint = { group = "io.gitlab.arturbosch.detekt", name = "detekt-formatting", version.ref = "detekt" }
freemarker = { group = "org.freemarker", name = "freemarker", version.ref = "freemarker" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }
kotest-runner = { group = "io.kotest", name = "kotest-runner-junit5-jvm", version.ref = "kotest" }
kotest-assertions = { group = "io.kotest", name = "kotest-assertions-core", version.ref = "kotest" }
kotest-dataset = { group = "io.kotest", name = "kotest-framework-datatest", version.ref = "kotest" }
open-test-reporting = { group = "org.opentest4j.reporting", name = "open-test-reporting-events", version.ref = "open-test-reporting" }
snakeyaml = { group = "org.yaml", name = "snakeyaml", version.ref = "yaml" }
[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
publish = { id = "com.gradle.plugin-publish", version.ref = "publish" }