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 {
268
268
sourceSets {
269
269
commonMain {
270
270
dependencies {
271
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.1.0 " )
271
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.1.1 " )
272
272
}
273
273
}
274
274
}
@@ -279,7 +279,7 @@ kotlin {
279
279
280
280
``` groovy
281
281
dependencies {
282
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.0 ")
282
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1 ")
283
283
}
284
284
```
285
285
@@ -344,7 +344,7 @@ private val jsJodaTz = JsJodaTimeZoneModule
344
344
<dependency >
345
345
<groupId >org.jetbrains.kotlinx</groupId >
346
346
<artifactId >kotlinx-datetime-jvm</artifactId >
347
- <version >0.1.0 </version >
347
+ <version >0.1.1 </version >
348
348
</dependency >
349
349
```
350
350
You can’t perform that action at this time.
0 commit comments