Skip to content

Commit 025410c

Browse files
chore(deps): add signalr deps to gradle catalog
1 parent d1b8503 commit 025410c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "
1616
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
1717
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
1818
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
19+
signalr = { module = "com.microsoft.signalr: signalr", version = "7.0.0" }
1920

2021
[bundles]
2122
kotlin-testing = ["kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]

0 commit comments

Comments
 (0)