File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed 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 {
You can’t perform that action at this time.
0 commit comments