Skip to content

Commit 2102015

Browse files
committed
Fix the line endings of libs.versions.toml
1 parent a341a13 commit 2102015

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

gradle/libs.versions.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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" }

0 commit comments

Comments
 (0)