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 1
1
[versions ]
2
2
kotest = " 5.8.1"
3
- kafka = " 3.7 .0"
3
+ kafka = " 4.0 .0"
4
4
kotlin = " 2.0.0-RC2"
5
5
kotlinx-coroutines = " 1.8.0"
6
6
dokka = " 2.0.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
implementation(rootProject)
11
11
implementation(libs.testcontainers.kafka)
12
- implementation(" io.arrow-kt:suspendapp:0.4.0 " )
12
+ implementation(" io.arrow-kt:suspendapp:2.1.2 " )
13
13
testImplementation(" org.jetbrains.kotlin:kotlin-test-junit" )
14
14
testImplementation(" org.jetbrains.kotlinx:kotlinx-knit-test:0.5.0" )
15
15
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencyResolutionManagement {
9
9
}
10
10
11
11
plugins {
12
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
12
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
13
13
}
14
14
15
15
include(" :guide" )
You can’t perform that action at this time.
0 commit comments