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 {
3838 val commonMain by getting {
3939 dependencies {
4040 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 " )
4343 }
4444 }
4545 val commonTest by getting {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
55 id ' org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
66 id ' org.jetbrains.kotlin.kapt' version kotlinVersion apply false
77 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
99 }
1010}
1111
You can’t perform that action at this time.
0 commit comments