Skip to content

Commit

Permalink
Update aries wrapper version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: conanoc <conanoc@gmail.com>
  • Loading branch information
conanoc committed Feb 29, 2024
1 parent 68dc86e commit 82805a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ariesframework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ktlint {
}

dependencies {
implementation("org.hyperledger:anoncreds_uniffi:0.1.1-wrapper.1")
implementation("org.hyperledger:indy_vdr_uniffi:0.1.1-wrapper.1")
implementation("org.hyperledger:askar_uniffi:0.1.1-wrapper.1")
implementation("org.hyperledger:anoncreds_uniffi:0.2.0-wrapper.1")
implementation("org.hyperledger:indy_vdr_uniffi:0.2.0-wrapper.1")
implementation("org.hyperledger:askar_uniffi:0.2.0-wrapper.1")

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
implementation 'org.slf4j:slf4j-api:1.7.32'
Expand Down

0 comments on commit 82805a0

Please sign in to comment.