Skip to content

Commit d5f3e0f

Browse files
committed
Update js-joda/core to obtain OffsetDateTime (introduced in 3.2)
1 parent 661ae98 commit d5f3e0f

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
@@ -192,7 +192,7 @@ kotlin {
192192
val jsMain by getting {
193193
dependencies {
194194
api("org.jetbrains.kotlin:kotlin-stdlib-js")
195-
implementation(npm("@js-joda/core", "3.1.0"))
195+
implementation(npm("@js-joda/core", "3.2.0"))
196196
}
197197
}
198198

0 commit comments

Comments
 (0)