We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fbecc commit 3aa0fd9Copy full SHA for 3aa0fd9
gradle/libs.versions.toml
@@ -18,7 +18,7 @@ kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kote
18
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
19
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
20
reactivex = { module = "io.reactivex.rxjava3:rxkotlin", version = "3.0.1" }
21
-signalr = { module = "com.microsoft.signalr:signalr", version = "8.0.1" }
+signalr = { module = "com.microsoft.signalr:signalr", version = "8.0.7" }
22
23
[bundles]
24
kotlin-testing = ["archunit","kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
0 commit comments