Skip to content

Commit

Permalink
fix: sdk version in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Apr 27, 2024
1 parent 5d2f948 commit 27f4fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ repositories {
}

dependencies {
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:3.0.0-K")
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:3.0.0")
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.31.0")
testImplementation("io.iohk.atala:atala-automation:0.3.2")
}
Expand Down

0 comments on commit 27f4fec

Please sign in to comment.