Skip to content

Commit

Permalink
fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 27, 2024
1 parent 49f0653 commit f4976ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ let package = Package(
.package(url: "https://github.com/bufbuild/connect-swift", exact: "1.0.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.4.3"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", exact: "1.8.3"),
.package(url: "https://github.com/sqlcipher/sqlcipher", exact: "4.5.7"),
.package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "3.0.8")
],
targets: [
Expand All @@ -32,7 +31,6 @@ let package = Package(
.product(name: "Connect", package: "connect-swift"),
.product(name: "LibXMTP", package: "libxmtp-swift"),
.product(name: "CryptoSwift", package: "CryptoSwift"),
.product(name: "SQLCipher", package: "sqlcipher")
]
),
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/xmtp/libxmtp-swift.git",
"state" : {
"revision" : "74733290efe7f6d13c40b7ed41ec4cd4e5d95da3",
"version" : "3.0.7"
"revision" : "a98ff96416c63dd8a0166a4db94df461668922ca",
"version" : "3.0.8"
}
},
{
Expand Down

0 comments on commit f4976ea

Please sign in to comment.