File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ kotlin {
38
38
val commonMain by getting {
39
39
dependencies {
40
40
implementation(kotlin(" stdlib-common" ))
41
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.3.2 " )
42
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 " )
41
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.3.3 " )
42
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 " )
43
43
}
44
44
}
45
45
val commonTest by getting {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
5
5
id ' org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
6
6
id ' org.jetbrains.kotlin.kapt' version kotlinVersion apply false
7
7
id ' org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false
8
- id ' com.diffplug.spotless' version ' 6.4.2 ' apply false
8
+ id ' com.diffplug.spotless' version ' 6.6.1 ' apply false
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments