We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42cc95 commit 6d13352Copy full SHA for 6d13352
gradle/libs.versions.toml
@@ -1,14 +1,9 @@
1
[versions]
2
-coroutines = "1.6.3"
3
hubdle = "0.2.0-alpha.8"
4
-kotest = "5.3.0"
5
kotlin = "1.6.21"
6
7
[libraries]
8
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" }
12
13
[plugins]
14
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }
0 commit comments