Skip to content

Commit 9455c26

Browse files
committed
Update js-joda/core to obtain OffsetDateTime (introduced in 3.2)
1 parent 93c9150 commit 9455c26

File tree

2 files changed

+902
-775
lines changed

2 files changed

+902
-775
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ kotlin {
190190
val jsMain by getting {
191191
dependencies {
192192
api("org.jetbrains.kotlin:kotlin-stdlib-js")
193-
implementation(npm("@js-joda/core", "3.1.0"))
193+
implementation(npm("@js-joda/core", "3.2.0"))
194194
}
195195
}
196196

0 commit comments

Comments
 (0)