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 32404ea commit 583d172Copy full SHA for 583d172
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotest = "5.8.1"
3
-kafka = "3.7.0"
+kafka = "4.0.0"
4
kotlin = "2.0.0-RC2"
5
kotlinx-coroutines = "1.8.0"
6
dokka = "2.0.0"
guide/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
dependencies {
10
implementation(rootProject)
11
implementation(libs.testcontainers.kafka)
12
- implementation("io.arrow-kt:suspendapp:0.4.0")
+ implementation("io.arrow-kt:suspendapp:2.1.0")
13
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
14
testImplementation("org.jetbrains.kotlinx:kotlinx-knit-test:0.5.0")
15
}
0 commit comments