File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[versions ]
22kotest = " 5.8.1"
3- kafka = " 3.7 .0"
3+ kafka = " 4.0 .0"
44kotlin = " 2.0.0-RC2"
55kotlinx-coroutines = " 1.8.0"
66dokka = " 2.0.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 implementation(rootProject)
1111 implementation(libs.testcontainers.kafka)
12- implementation(" io.arrow-kt:suspendapp:0.4.0 " )
12+ implementation(" io.arrow-kt:suspendapp:2.1.2 " )
1313 testImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
1414 testImplementation(" org.jetbrains.kotlinx:kotlinx-knit-test:0.5.0" )
1515}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencyResolutionManagement {
99}
1010
1111plugins {
12- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
12+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
1313}
1414
1515include(" :guide" )
You can’t perform that action at this time.
0 commit comments