Skip to content

Commit 6d13352

Browse files
Remove unnecessary dependencies
1 parent f42cc95 commit 6d13352

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
[versions]
2-
coroutines = "1.6.3"
32
hubdle = "0.2.0-alpha.8"
4-
kotest = "5.3.0"
53
kotlin = "1.6.21"
64

75
[libraries]
86
jetbrains-kotlin-kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
9-
jetbrains-kotlin-kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test" }
10-
jetbrains-kotlinx-kotlinxCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
11-
kotest-kotestAssertionsCore = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
127

138
[plugins]
149
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }

0 commit comments

Comments
 (0)