Skip to content

Commit

Permalink
fix: update apollo that has an important fix for app publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk committed Mar 25, 2024
1 parent 9269ed4 commit f4dfe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let package = Package(
.package(url: "https://github.com/beatt83/jose-swift.git", from: "1.2.1"),
.package(url: "https://github.com/beatt83/peerdid-swift.git", from: "2.0.2"),
.package(url: "https://github.com/input-output-hk/anoncreds-rs.git", exact: "0.4.1"),
.package(url: "https://github.com/input-output-hk/atala-prism-apollo.git", exact: "1.2.10"),
.package(url: "https://github.com/input-output-hk/atala-prism-apollo.git", exact: "1.2.13"),
],
targets: [
.target(
Expand Down

0 comments on commit f4dfe12

Please sign in to comment.