File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ kotlin {
268268 sourceSets {
269269 commonMain {
270270 dependencies {
271- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.1.0 " )
271+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.1.1 " )
272272 }
273273 }
274274 }
@@ -279,7 +279,7 @@ kotlin {
279279
280280``` groovy
281281dependencies {
282- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.0 ")
282+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1 ")
283283}
284284```
285285
@@ -344,7 +344,7 @@ private val jsJodaTz = JsJodaTimeZoneModule
344344<dependency >
345345 <groupId >org.jetbrains.kotlinx</groupId >
346346 <artifactId >kotlinx-datetime-jvm</artifactId >
347- <version >0.1.0 </version >
347+ <version >0.1.1 </version >
348348</dependency >
349349```
350350
You can’t perform that action at this time.
0 commit comments