Skip to content

Commit

Permalink
Merge pull request #198 from metaplex-foundation/fix/update-beet-with…
Browse files Browse the repository at this point in the history
…-tests-fix

Update Beet with tests fix
  • Loading branch information
ajamaica committed Oct 18, 2022
2 parents cb16f0d + ddcd297 commit ec39cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/metaplex-foundation/beet-swift.git",
"state": {
"branch": null,
"revision": "0873ff2e674e64e1c40fceeb6c040064015bdc09",
"version": "1.0.0"
"revision": "315ce190ec192fabfee83fc38dcb82ca3600d374",
"version": "1.0.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(name: "TweetNacl", url: "https://github.com/bitmark-inc/tweetnacl-swiftwrap.git", from: "1.0.2"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.0"),
.package(name: "Beet", url: "https://github.com/metaplex-foundation/beet-swift.git", from: "1.0.0"),
.package(name: "Beet", url: "https://github.com/metaplex-foundation/beet-swift.git", from: "1.0.1"),
.package(name: "secp256k1", url: "https://github.com/Boilertalk/secp256k1.swift.git", from: "0.1.0"),
],
targets: [
Expand Down

0 comments on commit ec39cf8

Please sign in to comment.