Skip to content

Commit 0694934

Browse files
committed
feat(deps): add kotlinx-datetime dependency version 0.7.1
1 parent b59803c commit 0694934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ project(":exts:devins-lang") {
890890

891891
implementation("com.jayway.jsonpath:json-path:2.9.0")
892892
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
893+
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.7.1")
893894
implementation(project(":mpp-core"))
894895
implementation(project(":core"))
895896
}

0 commit comments

Comments
 (0)