File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 68
68
run : ./gradlew koverXmlReport
69
69
70
70
- name : Upload Test Report
71
- uses : codecov/codecov-action@v5.4.0
71
+ uses : codecov/codecov-action@v5.4.2
72
72
env :
73
73
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
74
74
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
12
12
import java.net.URL
13
13
14
14
plugins {
15
- kotlin(" multiplatform" ) version " 2.1.10 "
16
- id(" com.diffplug.spotless" ) version " 7.0.2 "
15
+ kotlin(" multiplatform" ) version " 2.1.20 "
16
+ id(" com.diffplug.spotless" ) version " 7.0.3 "
17
17
id(" maven-publish" )
18
- id(" com.vanniktech.maven.publish" ) version " 0.30 .0"
18
+ id(" com.vanniktech.maven.publish" ) version " 0.31 .0"
19
19
id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.17.0"
20
20
id(" org.jetbrains.dokka" ) version " 2.0.0"
21
21
id(" org.jetbrains.kotlinx.kover" ) version " 0.9.1"
22
- id(" dev.drewhamilton.poko" ) version " 0.18.2 "
22
+ id(" dev.drewhamilton.poko" ) version " 0.18.5 "
23
23
}
24
24
25
- val coroutinesVersion = " 1.10.1 "
25
+ val coroutinesVersion = " 1.10.2 "
26
26
val ktlintVersion = " 1.0.0"
27
27
28
28
repositories {
Original file line number Diff line number Diff line change 2
2
rootProject.name = " FlowExt"
3
3
4
4
plugins {
5
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.9 .0" )
5
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.10 .0" )
6
6
}
You can’t perform that action at this time.
0 commit comments