Skip to content

Commit

Permalink
Add todo in openid4vc
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Nov 20, 2023
1 parent e50ec53 commit 29d5c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions waltid-openid4vc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("io.ktor:ktor-http:$ktor_version")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
// TODO: set to project version: implementation(project(":waltid-sdjwt"))
implementation("id.walt:waltid-sd-jwt:1.2310101347.0")
}
}
Expand All @@ -97,6 +98,7 @@ kotlin {
implementation("io.kotest:kotest-assertions-json:5.7.2")

implementation("id.walt.servicematrix:WaltID-ServiceMatrix:1.1.3")
// TODO: current version implementation("id.walt:waltid-ssikit:1.2311131043.0")
implementation("id.walt:waltid-ssikit:1.JWTTYP")
implementation(project(":waltid-crypto"))

Expand Down

0 comments on commit 29d5c92

Please sign in to comment.