Skip to content

Commit

Permalink
feat: add json path lib as design for #25
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 18, 2023
1 parent bc837ca commit 2c85f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Expand Up @@ -326,6 +326,8 @@ project(":") {
implementation(libs.bundles.openai)
implementation(libs.bundles.markdown)

implementation(libs.json.path)

implementation("org.jetbrains:markdown:0.2.0.pre-55")
implementation(libs.kotlinx.serialization.json)
// jackson-module-kotlin
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Expand Up @@ -46,6 +46,7 @@ okhttp = "com.squareup.okhttp3:okhttp:4.4.1"
okhttp-sse = "com.squareup.okhttp3:okhttp-sse:4.4.1"

comate-spec-lang = "org.archguard.comate:spec-lang:0.2.0"
json-path = "com.jayway.jsonpath:json-path:2.8.0"


[plugins]
Expand Down

0 comments on commit 2c85f40

Please sign in to comment.