File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- [versions ]
2- kotest = " 6.0.0"
3- kotlin = " 2.2.10"
4- kotlinx-coroutines = " 1.10.2"
5- kover = " 0.9.1"
6- logback = " 1.5.18"
7- system-lambda = " 1.2.1"
8-
9- [libraries ]
10- kotest-assertions-table = { module = " io.kotest:kotest-assertions-table" , version.ref = " kotest" }
11- kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
12- kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinx-coroutines" }
13- logback-classic = { module = " ch.qos.logback:logback-classic" , version.ref = " logback" }
14- system-lambda = { module = " com.github.stefanbirkner:system-lambda" , version.ref = " system-lambda" }
15-
16- [plugins ]
17- kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
18- kotlinx-kover = { id = " org.jetbrains.kotlinx.kover" , version.ref = " kover" }
1+ [versions ]
2+ kotest = " 6.0.0"
3+ kotlin = " 2.2.10"
4+ kotlinx-coroutines = " 1.10.2"
5+ kover = " 0.9.1"
6+ logback = " 1.5.18"
7+ system-lambda = " 1.2.1"
8+
9+ [libraries ]
10+ kotest-assertions-table = { module = " io.kotest:kotest-assertions-table" , version.ref = " kotest" }
11+ kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
12+ kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinx-coroutines" }
13+ logback-classic = { module = " ch.qos.logback:logback-classic" , version.ref = " logback" }
14+ system-lambda = { module = " com.github.stefanbirkner:system-lambda" , version.ref = " system-lambda" }
15+
16+ [plugins ]
17+ kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
18+ kotlinx-kover = { id = " org.jetbrains.kotlinx.kover" , version.ref = " kover" }
You can’t perform that action at this time.
0 commit comments