File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 timeout-minutes : 30
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 1010 timeout-minutes : 20
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 1212 timeout-minutes : 120
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 2121 timeout-minutes : 30
2222 runs-on : macos-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 11[versions ]
2- kotest = " 5.8.1 "
3- kafka = " 3.7 .0"
2+ kotest = " 6.0.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 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
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