diff --git a/book/snippets/swift/NostrSnippets/Package.swift b/book/snippets/swift/NostrSnippets/Package.swift index 426f66d21..e3c07018e 100644 --- a/book/snippets/swift/NostrSnippets/Package.swift +++ b/book/snippets/swift/NostrSnippets/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "NostrSnippets", platforms: [.macOS(.v12)], dependencies: [ - .package(url: "https://github.com/rust-nostr/nostr-sdk-swift", from: "0.36.0") + .package(url: "https://github.com/rust-nostr/nostr-sdk-swift", from: "0.37.0") ], targets: [ .executableTarget(