We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f720f commit 11a936cCopy full SHA for 11a936c
README.md
@@ -268,7 +268,7 @@ kotlin {
268
sourceSets {
269
commonMain {
270
dependencies {
271
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1")
272
}
273
274
@@ -279,7 +279,7 @@ kotlin {
279
280
```groovy
281
282
283
284
```
285
@@ -344,7 +344,7 @@ private val jsJodaTz = JsJodaTimeZoneModule
344
<dependency>
345
<groupId>org.jetbrains.kotlinx</groupId>
346
<artifactId>kotlinx-datetime-jvm</artifactId>
347
- <version>0.1.0</version>
+ <version>0.1.1</version>
348
</dependency>
349
350
0 commit comments